MODFLOW 6  version 6.7.0.dev2
USGS Modular Hydrologic Model
binaryfilereadermodule::read_record_if Interface Reference
Collaboration diagram for binaryfilereadermodule::read_record_if:
Collaboration graph

Public Member Functions

subroutine read_record_if (this, success, iout)
 

Detailed Description

Definition at line 42 of file BinaryFileReader.f90.

Constructor & Destructor Documentation

◆ read_record_if()

subroutine binaryfilereadermodule::read_record_if::read_record_if ( class(binaryfilereadertype), intent(inout)  this,
logical(lgp), intent(out)  success,
integer(i4b), intent(in), optional  iout 
)

Definition at line 42 of file BinaryFileReader.f90.

43  import binaryfilereadertype
44  import i4b, lgp
45  class(BinaryFileReaderType), intent(inout) :: this
46  logical(LGP), intent(out) :: success
47  integer(I4B), intent(in), optional :: iout

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