|
integer(i4b), pointer | iout => null() |
|
integer(i4b), pointer | iprpak => null() |
|
integer(i4b), pointer | nreaches => null() |
|
integer(i4b), pointer | invalid => null() |
|
character(len=linelength), dimension(:), allocatable | filenames |
|
integer(i4b), dimension(:), pointer, contiguous | npoints => null() |
|
type(sfrcrosssectiontype), dimension(:), pointer, contiguous | cross_sections => null() |
|
type(tabletype), pointer | inputtab => null() |
|
Definition at line 23 of file SfrCrossSectionManager.f90.
◆ destroy()
procedure, public sfrcrosssectionmanager::sfrcrosssection::destroy |
◆ get_ncrossptstot()
procedure, public sfrcrosssectionmanager::sfrcrosssection::get_ncrossptstot |
◆ initialize()
procedure, public sfrcrosssectionmanager::sfrcrosssection::initialize |
◆ output()
procedure, public sfrcrosssectionmanager::sfrcrosssection::output |
◆ pack()
procedure, public sfrcrosssectionmanager::sfrcrosssection::pack |
◆ read_table()
procedure, public sfrcrosssectionmanager::sfrcrosssection::read_table |
◆ validate()
procedure, private sfrcrosssectionmanager::sfrcrosssection::validate |
|
private |
◆ cross_sections
type(sfrcrosssectiontype), dimension(:), pointer, contiguous sfrcrosssectionmanager::sfrcrosssection::cross_sections => null() |
Definition at line 30 of file SfrCrossSectionManager.f90.
30 type(SfrCrossSectionType), &
31 pointer,
dimension(:),
contiguous :: cross_sections => null()
◆ filenames
character(len=linelength), dimension(:), allocatable sfrcrosssectionmanager::sfrcrosssection::filenames |
◆ inputtab
type(tabletype), pointer sfrcrosssectionmanager::sfrcrosssection::inputtab => null() |
◆ invalid
integer(i4b), pointer sfrcrosssectionmanager::sfrcrosssection::invalid => null() |
◆ iout
integer(i4b), pointer sfrcrosssectionmanager::sfrcrosssection::iout => null() |
◆ iprpak
integer(i4b), pointer sfrcrosssectionmanager::sfrcrosssection::iprpak => null() |
◆ npoints
integer(i4b), dimension(:), pointer, contiguous sfrcrosssectionmanager::sfrcrosssection::npoints => null() |
◆ nreaches
integer(i4b), pointer sfrcrosssectionmanager::sfrcrosssection::nreaches => null() |
The documentation for this type was generated from the following file: