MODFLOW 6  version 6.5.0.dev2
MODFLOW 6 Code Documentation
vectorbasemodule::get_array_if Interface Reference
Collaboration diagram for vectorbasemodule::get_array_if:
Collaboration graph

Private Member Functions

real(dp) function, dimension(:), pointer, contiguous get_array_if (this)
 

Detailed Description

Definition at line 34 of file VectorBase.f90.

Constructor & Destructor Documentation

◆ get_array_if()

real(dp) function, dimension(:), pointer, contiguous vectorbasemodule::get_array_if::get_array_if ( class(vectorbasetype this)
private
Parameters
thisthis vector

Definition at line 34 of file VectorBase.f90.

35  import vectorbasetype, dp
36  class(VectorBaseType) :: this !< this vector
37  real(DP), dimension(:), pointer, contiguous :: array

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