Former-commit-id:fda897d2d0
[formerly253e8bc948
] [formerly295cbf95e5
[formerly 0816cd253c86acc699cb90866131619c4679f631]] Former-commit-id:295cbf95e5
Former-commit-id:ae3d17c698
9 lines
437 B
Text
Executable file
9 lines
437 B
Text
Executable file
C**********************************************************************
|
|
C* *
|
|
C* Function statement for single dimension of diagnostic grid dgg. *
|
|
C* It is important to remember to include this file AFTER all *
|
|
C* declarations, parameter statements, and data statements. *
|
|
C* *
|
|
C**********************************************************************
|
|
C
|
|
IGDPT ( i, j ) = ( j - 1 ) * kxyd + i
|