source:
LMDZ.3.3/branches/rel-1-0-patch/libf/dyn3d/initial0.F
@
298
| Last change on this file since 298 was 2, checked in by , 26 years ago | |
|---|---|
|
|
| File size: 158 bytes | |
| Line | |
|---|---|
| 1 | SUBROUTINE initial0(n,x) |
| 2 | IMPLICIT NONE |
| 3 | INTEGER n,i |
| 4 | REAL x(n) |
| 5 | DO 10 i=1,n |
| 6 | x(i)=0. |
| 7 | 10 CONTINUE |
| 8 | RETURN |
| 9 | END |
Note: See TracBrowser
for help on using the repository browser.
