MODFLOW 6  version 6.5.0.dev2
MODFLOW 6 Code Documentation
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 67 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 67 of file TvBase.f90.

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

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