|
My Project
|
#include "gradsdef.h"Go to the source code of this file.
Functions/Subroutines | |
| subroutine | inigrads (if, im, x, fx, xmin, xmax, jm, y, ymin, ymax, fy, lm, z, fz, dt, file, titlel) |
| subroutine inigrads | ( | integer | if, |
| integer | im, | ||
| real, dimension(im) | x, | ||
| real | fx, | ||
| real | xmin, | ||
| real | xmax, | ||
| integer | jm, | ||
| real, dimension(jm) | y, | ||
| real | ymin, | ||
| real | ymax, | ||
| real | fy, | ||
| integer | lm, | ||
| real, dimension(lm) | z, | ||
| real | fz, | ||
| real | dt, | ||
| character | file, | ||
| character | titlel | ||
| ) |
Definition at line 4 of file inigrads.F.