MODFLOW 6  version 6.5.0.dev2
MODFLOW 6 Code Documentation
iunitmodule::iunittype Type Reference
Collaboration diagram for iunitmodule::iunittype:
Collaboration graph

Private Member Functions

procedure init
 
procedure addfile
 
procedure getunitnumber
 

Private Attributes

integer(i4b) niunit = 0
 
character(len=lenftype), dimension(:), allocatable cunit
 
type(iunitrowtype), dimension(:), allocatable iunit
 

Detailed Description

Definition at line 28 of file Iunit.f90.

Member Function/Subroutine Documentation

◆ addfile()

procedure iunitmodule::iunittype::addfile
private

Definition at line 34 of file Iunit.f90.

◆ getunitnumber()

procedure iunitmodule::iunittype::getunitnumber
private

Definition at line 35 of file Iunit.f90.

◆ init()

procedure iunitmodule::iunittype::init
private

Definition at line 33 of file Iunit.f90.

Member Data Documentation

◆ 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: