PartMC  2.6.0
Public Attributes | List of all members
pmc_spec_line::spec_line_t Type Reference

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

Public Attributes

character(len=spec_line_max_var_lenname
 Variable name. More...
 
character(len=spec_line_max_var_len), dimension(:), allocatable data
 Array of data as strings. More...
 

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

◆ data

character(len=spec_line_max_var_len), dimension(:), allocatable pmc_spec_line::spec_line_t::data

Array of data as strings.

Definition at line 31 of file spec_line.F90.

◆ name

character(len=spec_line_max_var_len) pmc_spec_line::spec_line_t::name

Variable name.

Definition at line 29 of file spec_line.F90.


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