MODFLOW 6  version 6.5.0.dev2
MODFLOW 6 Code Documentation
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 the TvBaseType code after a property value change occurs to perform 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 133 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 133 of file TvBase.f90.

134  ! -- modules
135  use kindmodule, only: i4b
136  import tvbasetype
137  ! -- dummy variables
138  class(TvBaseType) :: this
139  integer(I4B), intent(in) :: n
140  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: