source:
LMDZ6/branches/Optimisation_LMDZ/libf/phymar/Mod_Real.f90
@
5304
Last change on this file since 5304 was 2089, checked in by , 10 years ago | |
---|---|
File size: 178 bytes |
Line | |
---|---|
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.