NCEPLIBS-w3emc 2.12.0
|
Extracts real numbers from a free-format character string. More...
Go to the source code of this file.
Functions/Subroutines | |
subroutine | fparser (carg, marg, rarg) |
This subprogram extracts real numbers from a free-format character string. | |
Extracts real numbers from a free-format character string.
Definition in file fparser.f.
subroutine fparser | ( | character*(*) | carg, |
marg, | |||
real, dimension(marg) | rarg | ||
) |
This subprogram extracts real numbers from a free-format character string.
It is useful for parsing command arguments.
Program history log:
[in] | CARG | character*(*) string of ascii digits to parse. Real numbers may be separated by a comma or by blanks. |
[in] | MARG | integer maximum number of real numbers to parse. |
[out] | RARG | real (MARG) numbers parsed. (from 0 to MARG values may be returned.) |