source: LMDZ5/branches/testing/libf/phymar/Mod_Real.f90 @ 2787

Last change on this file since 2787 was 2160, checked in by Laurent Fairhead, 10 years ago

Merged trunk changes -r2070:2158 into testing branch. Compilation problems introduced by revision r2155 have been corrected by hand

File size: 178 bytes
Line 
1module 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
7end module Mod_Real
Note: See TracBrowser for help on using the repository browser.