MODFLOW 6  version 6.5.0.dev2
MODFLOW 6 Code Documentation
GweCndOptions.f90
Go to the documentation of this file.
2  use kindmodule, only: i4b
3  implicit none
4  private
5 
6  !> @brief data structure (and helpers) for passing cnd option data
7  !< into the package, as opposed to reading it from file
8  type, public :: gwecndoptionstype
9  integer(I4B) :: ixt3d !< flag indicating xt3d is active: 1 = enabled, 2 = rhs
10  end type gwecndoptionstype
11 
12 end module gwecndoptionsmodule
This module defines variable data types.
Definition: kind.f90:8
data structure (and helpers) for passing cnd option data