MODFLOW 6  version 6.9.0.dev0
USGS Modular Hydrologic Model
tvbasemodule::validate_change Interface Reference

Check that a given property value is valid. More...

Collaboration diagram for tvbasemodule::validate_change:
Collaboration graph

Private Member Functions

subroutine validate_change (this, n, varName)
 

Detailed Description

Deferred procedure called by each derived type's apply_row_changes implementation after a property value change occurs. Performs any required validity checks on the value of the given variable at the given node. Perform any required updates to the property value if it is valid, or log an error if not.

Definition at line 118 of file TvBase.f90.

Constructor & Destructor Documentation

◆ validate_change()

subroutine tvbasemodule::validate_change::validate_change ( class(tvbasetype this,
integer(i4b), intent(in)  n,
character(len=*), intent(in)  varName 
)
private

Definition at line 118 of file TvBase.f90.

119  ! -- modules
120  use kindmodule, only: i4b
121  import tvbasetype
122  ! -- dummy
123  class(TvBaseType) :: this
124  integer(I4B), intent(in) :: n
125  character(len=*), intent(in) :: varName
This module defines variable data types.
Definition: kind.f90:8

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