source:
trunk/LMDZ.GENERIC/libf/phystd/cvmgp.F
@
3523
Last change on this file since 3523 was 135, checked in by , 14 years ago | |
---|---|
File size: 186 bytes |
Rev | Line | |
---|---|---|
[135] | 1 | FUNCTION cvmgp(x1,x2,x3) |
2 | IMPLICIT NONE | |
3 | ||
4 | REAL x1,x2,x3,cvmgp | |
5 | ||
6 | IF(x3.ge.0) then | |
7 | cvmgp=x1 | |
8 | ELSE | |
9 | cvmgp=x2 | |
10 | ENDIF | |
11 | ||
12 | RETURN | |
13 | END | |
14 | C |
Note: See TracBrowser
for help on using the repository browser.