Type for storing partitioned parameter template strings. More...
Public Attributes | |
| character(len=128) | tmpl |
| Placeholder. More... | |
| character(len=128), dimension(:), allocatable | part_text |
| Partition description. More... | |
| integer(kind=2) | np |
| Num parts (max NOSWLL) More... | |
| type(part_tmpl_t), pointer | next |
| LinkedList pointer. More... | |
Type for storing partitioned parameter template strings.
Defined as a linked-list
Definition at line 261 of file w3ounfmetamd.F90.
| type(part_tmpl_t), pointer w3ounfmetamd::part_tmpl_t::next |
LinkedList pointer.
Definition at line 265 of file w3ounfmetamd.F90.
| integer(kind=2) w3ounfmetamd::part_tmpl_t::np |
| character(len=128), dimension(:), allocatable w3ounfmetamd::part_tmpl_t::part_text |
Partition description.
Definition at line 263 of file w3ounfmetamd.F90.
| character(len=128) w3ounfmetamd::part_tmpl_t::tmpl |