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

Private Member Functions

subroutine set_value_local_if (this, idx, val)
 

Detailed Description

Definition at line 59 of file VectorBase.f90.

Constructor & Destructor Documentation

◆ set_value_local_if()

subroutine vectorbasemodule::set_value_local_if::set_value_local_if ( class(vectorbasetype this,
integer(i4b)  idx,
real(dp)  val 
)
private
Parameters
thisthis vector
idxindex in local numbering
valthe value to set

Definition at line 59 of file VectorBase.f90.

60  import vectorbasetype, i4b, dp
61  class(VectorBaseType) :: this !< this vector
62  integer(I4B) :: idx !< index in local numbering
63  real(DP) :: val !< the value to set

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