PartMC 2.1.3
Public Attributes
pmc_spec_line::spec_line_t Type Reference

A single line of input data, split at whitespace. More...

List of all members.

Public Attributes

character(len=SPEC_LINE_MAX_VAR_LENname
 Variable name.
character(len=SPEC_LINE_MAX_VAR_LEN),
dimension(:), pointer 
data
 Array of data as strings.

Detailed Description

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.

Definition at line 27 of file spec_line.F90.


Member Data Documentation

character(len=SPEC_LINE_MAX_VAR_LEN),dimension(:),pointer pmc_spec_line::spec_line_t::data

Array of data as strings.

Definition at line 31 of file spec_line.F90.

Variable name.

Definition at line 29 of file spec_line.F90.


The documentation for this type was generated from the following file: