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

Private Attributes

real(dp), dimension(:), pointer conc => null()
 
integer(i4b), dimension(:), pointer icbund => null()
 

Detailed Description

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

Member Data Documentation

◆ conc

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

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

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

◆ icbund

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

Definition at line 26 of file gwf-buy.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: