0.6.0
Loading...
Searching...
No Matches
parse_array.f90 File Reference

Modules

module  mod_nts_parse_array
 

Functions/Subroutines

recursive double precision function, dimension(dimension) mod_nts_parse_array::nts_parse_double_array (parser, dimension)
 Parse an array of real numbers.
 
recursive integer function, dimension(dimension) mod_nts_parse_array::nts_parse_integer_array (parser, dimension)
 Parse an array of integers.
 
recursive subroutine mod_nts_parse_array::nts_parse_double_array_nodimension (parser, array)
 Parse an array of real numbers with undefined dimension.