source:
LMDZ6/trunk/libf/phylmd/cospv2/cosp_math_constants.f90
@
5327
Last change on this file since 5327 was 5268, checked in by , 3 weeks ago | |
---|---|
File size: 147 bytes |
Rev | Line | |
---|---|---|
[3491] | 1 | MODULE cosp_math_constants |
2 | USE cosp_kinds, only: wp | |
3 | IMPLICIT NONE | |
4 | REAL(wp), PARAMETER :: pi = acos(-1.0_wp) | |
5 | ||
6 | END MODULE cosp_math_constants |
Note: See TracBrowser
for help on using the repository browser.