MODFLOW 6  version 6.6.0.dev0
USGS Modular Hydrologic Model
inputloadtypemodule::load_if Interface Reference

load interfaces for source static and dynamic types More...

Collaboration diagram for inputloadtypemodule::load_if:
Collaboration graph

Private Member Functions

class(dynamicpkgloadbasetype) function, pointer load_if (this, iout)
 

Detailed Description

Definition at line 109 of file InputLoadType.f90.

Constructor & Destructor Documentation

◆ load_if()

class(dynamicpkgloadbasetype) function, pointer inputloadtypemodule::load_if::load_if ( class(staticpkgloadbasetype), intent(inout)  this,
integer(i4b), intent(in)  iout 
)
private

Definition at line 109 of file InputLoadType.f90.

110  import staticpkgloadbasetype, dynamicpkgloadbasetype, i4b
111  class(StaticPkgLoadBaseType), intent(inout) :: this
112  integer(I4B), intent(in) :: iout
113  class(DynamicPkgLoadBaseType), pointer :: dynamic_loader

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