MODFLOW 6  version 6.7.0.dev3
USGS Modular Hydrologic Model
igradient::get_if Interface Reference
Collaboration diagram for igradient::get_if:
Collaboration graph

Private Member Functions

real(dp) function, dimension(3) get_if (this, n)
 

Detailed Description

Definition at line 23 of file IGradient.f90.

Constructor & Destructor Documentation

◆ get_if()

real(dp) function, dimension(3) igradient::get_if::get_if ( class(igradienttype), target  this,
integer(i4b), intent(in)  n 
)
private

Definition at line 23 of file IGradient.f90.

24  ! -- import
25  import igradienttype
26  import dp, i4b
27  ! -- dummy
28  class(IGradientType), target :: this
29  integer(I4B), intent(in) :: n
30  !-- return
31  real(DP), dimension(3) :: grad_c

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