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

87  import staticpkgloadbasetype, dynamicpkgloadbasetype, i4b
88  class(StaticPkgLoadBaseType), intent(inout) :: this
89  integer(I4B), intent(in) :: iout
90  class(DynamicPkgLoadBaseType), pointer :: dynamic_loader

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