Definition at line 28 of file Iunit.f90.
◆ addfile()
procedure iunitmodule::iunittype::addfile |
|
private |
◆ getunitnumber()
procedure iunitmodule::iunittype::getunitnumber |
|
private |
◆ init()
procedure iunitmodule::iunittype::init |
|
private |
◆ cunit
character(len=lenftype), dimension(:), allocatable iunitmodule::iunittype::cunit |
|
private |
Definition at line 30 of file Iunit.f90.
30 character(len=LENFTYPE),
allocatable,
dimension(:) :: cunit
◆ iunit
type(iunitrowtype), dimension(:), allocatable iunitmodule::iunittype::iunit |
|
private |
Definition at line 31 of file Iunit.f90.
31 type(IunitRowType),
allocatable,
dimension(:) :: iunit
◆ niunit
integer(i4b) iunitmodule::iunittype::niunit = 0 |
|
private |
Definition at line 29 of file Iunit.f90.
29 integer(I4B) :: niunit = 0
The documentation for this type was generated from the following file:
- /home/runner/work/modflow6/modflow6/src/Utilities/Iunit.f90