MODFLOW 6  version 6.5.0.dev2
MODFLOW 6 Code Documentation
basesolutionmodule::slnaddexchange Interface Reference
Collaboration diagram for basesolutionmodule::slnaddexchange:
Collaboration graph

Private Member Functions

subroutine slnaddexchange (this, exchange)
 

Detailed Description

Definition at line 40 of file BaseSolution.f90.

Constructor & Destructor Documentation

◆ slnaddexchange()

subroutine basesolutionmodule::slnaddexchange::slnaddexchange ( class(basesolutiontype this,
class(baseexchangetype), intent(in), pointer  exchange 
)
private

Definition at line 40 of file BaseSolution.f90.

41  import basesolutiontype
42  import baseexchangetype
43  class(BaseSolutionType) :: this
44  class(BaseExchangeType), pointer, intent(in) :: exchange

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