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

Private Attributes

integer(i4b) nval = 0
 
integer(i4b), dimension(:), allocatable iunit
 
integer(i4b), dimension(:), allocatable ipos
 

Detailed Description

Definition at line 22 of file Iunit.f90.

Member Data Documentation

◆ ipos

integer(i4b), dimension(:), allocatable iunitmodule::iunitrowtype::ipos
private

Definition at line 25 of file Iunit.f90.

25  integer(I4B), allocatable, dimension(:) :: ipos ! position in the input files character array

◆ iunit

integer(i4b), dimension(:), allocatable iunitmodule::iunitrowtype::iunit
private

Definition at line 24 of file Iunit.f90.

24  integer(I4B), allocatable, dimension(:) :: iunit ! unit numbers for this row

◆ nval

integer(i4b) iunitmodule::iunitrowtype::nval = 0
private

Definition at line 23 of file Iunit.f90.

23  integer(I4B) :: nval = 0

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