MODFLOW 6  version 6.7.0.dev2
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, c)
 

Detailed Description

Definition at line 22 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,
real(dp), dimension(:), intent(in)  c 
)
private

Definition at line 22 of file IGradient.f90.

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

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