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

Public Member Functions

subroutine read_header_if (this, success, iout)
 

Detailed Description

Definition at line 34 of file BinaryFileReader.f90.

Constructor & Destructor Documentation

◆ read_header_if()

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

Definition at line 34 of file BinaryFileReader.f90.

35  import binaryfilereadertype
36  import i4b, lgp
37  class(BinaryFileReaderType), intent(inout) :: this
38  logical(LGP), intent(out) :: success
39  integer(I4B), intent(in), optional :: iout

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