MODFLOW 6  version 6.5.0.dev2
MODFLOW 6 Code Documentation
GwtDspOptions.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 dsp option data
7  !< into the package, as opposed to reading it from file
8  type, public :: gwtdspoptionstype
9  integer(I4B) :: ixt3d !< flag indicating xt3d is active: 1 = enabled, 2 = rhs
10  end type gwtdspoptionstype
11 
12 end module gwtdspoptionsmodule
This module defines variable data types.
Definition: kind.f90:8
data structure (and helpers) for passing dsp option data