MODFLOW 6  version 6.8.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 109 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 109 of file TvBase.f90.

110  ! -- modules
111  use kindmodule, only: i4b
112  import tvbasetype
113  ! -- dummy
114  class(TvBaseType) :: this
115  integer(I4B), intent(in) :: n
116  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: