MODFLOW 6  version 6.7.0.dev1
USGS Modular Hydrologic Model
tvbasemodule::read_option Interface Reference

Announce package and set pointers to variables. More...

Collaboration diagram for tvbasemodule::read_option:
Collaboration graph

Private Member Functions

logical function read_option (this, keyword)
 

Detailed Description

Deferred procedure called by the TvBaseType code to process a single keyword from the OPTIONS block of the package input file.

Definition at line 65 of file TvBase.f90.

Constructor & Destructor Documentation

◆ read_option()

logical function tvbasemodule::read_option::read_option ( class(tvbasetype this,
character(len=*), intent(in)  keyword 
)
private

Definition at line 65 of file TvBase.f90.

66  ! -- modules
67  import tvbasetype
68  ! -- dummy
69  class(TvBaseType) :: this
70  character(len=*), intent(in) :: keyword
71  ! -- return
72  logical :: success

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