MODFLOW 6  version 6.6.0.dev0
USGS Modular Hydrologic Model
basesolutionmodule::sln_ca Interface Reference
Collaboration diagram for basesolutionmodule::sln_ca:
Collaboration graph

Private Member Functions

subroutine sln_ca (this, isgcnvg, isuppress_output)
 

Detailed Description

Definition at line 82 of file BaseSolution.f90.

Constructor & Destructor Documentation

◆ sln_ca()

subroutine basesolutionmodule::sln_ca::sln_ca ( class(basesolutiontype this,
integer(i4b), intent(inout)  isgcnvg,
integer(i4b), intent(in)  isuppress_output 
)
private

Definition at line 82 of file BaseSolution.f90.

83  use kindmodule, only: dp, i4b
84  import basesolutiontype
85  class(BaseSolutionType) :: this
86  integer(I4B), intent(in) :: isuppress_output
87  integer(I4B), intent(inout) :: isgcnvg
This module defines variable data types.
Definition: kind.f90:8

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