Changeset 2428 for LMDZ5/trunk/libf/phylmd/cosp/math_lib.F90
- Timestamp:
- Jan 27, 2016, 10:42:32 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
LMDZ5/trunk/libf/phylmd/cosp/math_lib.F90
r1907 r2428 1 ! $Revision: 23 $, $Date: 2011-03-31 15:41:37 +0200 (jeu. 31 mars 2011) $ 2 ! $URL: http://cfmip-obs-sim.googlecode.com/svn/stable/v1.4.0/quickbeam/math_lib.f90 $ 1 3 ! MATH_LIB: Mathematics procedures for F90 2 4 ! Compiled/Modified: … … 42 44 integer :: k,m1,m 43 45 44 pi = acos(-1.) 46 pi = acos(-1.) 45 47 if (x ==int(x)) then 46 48 if (x > 0.0) then
Note: See TracChangeset
for help on using the changeset viewer.