|
real(dp) function, dimension(:), pointer, contiguous | get_array_if (this) |
|
Definition at line 34 of file VectorBase.f90.
◆ get_array_if()
real(dp) function, dimension(:), pointer, contiguous vectorbasemodule::get_array_if::get_array_if |
( |
class(vectorbasetype) |
this | ) |
|
|
private |
- Parameters
-
Definition at line 34 of file VectorBase.f90.
35 import vectorbasetype, dp
36 class(VectorBaseType) :: this
37 real(DP),
dimension(:),
pointer,
contiguous :: array
The documentation for this interface was generated from the following file:
- /home/runner/work/modflow6/modflow6/src/Utilities/Vector/VectorBase.f90