MODFLOW 6  version 6.5.0.dev2
MODFLOW 6 Code Documentation
gwfvscmodule::concentrationpointer Type Reference
Collaboration diagram for gwfvscmodule::concentrationpointer:
Collaboration graph

Private Attributes

real(dp), dimension(:), pointer conc => null()
 pointer to concentration array More...
 
integer(i4b), dimension(:), pointer icbund => null()
 store pointer to gwt ibound array More...
 

Detailed Description

Definition at line 24 of file gwf-vsc.f90.

Member Data Documentation

◆ conc

real(dp), dimension(:), pointer gwfvscmodule::concentrationpointer::conc => null()
private

Definition at line 25 of file gwf-vsc.f90.

25  real(DP), dimension(:), pointer :: conc => null() !< pointer to concentration array

◆ icbund

integer(i4b), dimension(:), pointer gwfvscmodule::concentrationpointer::icbund => null()
private

Definition at line 26 of file gwf-vsc.f90.

26  integer(I4B), dimension(:), pointer :: icbund => null() !< store pointer to gwt ibound array

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