|
| real(dp), dimension(:), pointer | conc => null() |
| | pointer to concentration array More...
|
| |
| integer(i4b), dimension(:), pointer | icbund => null() |
| | store pointer to gwt ibound array More...
|
| |
Definition at line 26 of file gwf-vsc.f90.
◆ conc
| real(dp), dimension(:), pointer gwfvscmodule::concentrationpointer::conc => null() |
|
private |
Definition at line 27 of file gwf-vsc.f90.
27 real(DP),
dimension(:),
pointer :: conc => null()
◆ icbund
| integer(i4b), dimension(:), pointer gwfvscmodule::concentrationpointer::icbund => null() |
|
private |
Definition at line 28 of file gwf-vsc.f90.
28 integer(I4B),
dimension(:),
pointer :: icbund => null()
The documentation for this type was generated from the following file:
- /home/runner/work/modflow6/modflow6/src/Model/GroundWaterFlow/gwf-vsc.f90