LMDZ
Main Page
Modules
Data Types List
Files
File List
File Members
zilch.F90
Go to the documentation of this file.
1
2
! $Id$
3
4
SUBROUTINE
zilch
(x, m)
5
6
! Zero the real array x dimensioned m.
7
8
IMPLICIT NONE
9
10
INTEGER
m, i
11
REAL
x(m)
12
13
DO
i = 1, m
14
x(i) = 0.0
15
END DO
16
RETURN
17
END SUBROUTINE
zilch
zilch
subroutine zilch(x, m)
Definition:
zilch.F90:5
libf
phylmd
zilch.F90
Generated on Wed Dec 2 2015 16:27:24 for LMDZ by
1.8.9.1