PartMC 2.1.1
|
A single line of input data, split at whitespace. More...
Public Attributes | |
character(len=SPEC_LINE_MAX_VAR_LEN) | name |
Variable name. | |
character(len=SPEC_LINE_MAX_VAR_LEN), dimension(:), pointer | data |
Array of data as strings. |
A single line of input data, split at whitespace.
Input lines are assumed to be in the format
# stand-alone comment <name> <whitespace> <data1> <whitespace> <data2> ... # optional comment
An spec_line_t structure stores the name and data split at whitespace.
character(len=SPEC_LINE_MAX_VAR_LEN),dimension(:),pointer pmc_spec_line::spec_line_t::data |
Array of data as strings.
character(len=SPEC_LINE_MAX_VAR_LEN) pmc_spec_line::spec_line_t::name |
Variable name.