source:
LMDZ5/trunk/libf/phymar/Mod_Real.f90
@
5305
Last change on this file since 5305 was 2089, checked in by , 10 years ago | |
---|---|
File size: 178 bytes |
Rev | Line | |
---|---|---|
[2089] | 1 | module Mod_Real |
2 | ||
3 | IMPLICIT NONE | |
4 | INTEGER, PARAMETER :: real4 = selected_real_kind(6,37) | |
5 | INTEGER, PARAMETER :: real8 = selected_real_kind(15,307) | |
6 | PUBLIC | |
7 | end module Mod_Real |
Note: See TracBrowser
for help on using the repository browser.