MODFLOW 6  version 6.5.0.dev2
MODFLOW 6 Code Documentation
vectorbasemodule::create_mm_if Interface Reference
Collaboration diagram for vectorbasemodule::create_mm_if:
Collaboration graph

Private Member Functions

subroutine create_mm_if (this, n, name, mem_path)
 

Detailed Description

Definition at line 23 of file VectorBase.f90.

Constructor & Destructor Documentation

◆ create_mm_if()

subroutine vectorbasemodule::create_mm_if::create_mm_if ( class(vectorbasetype this,
integer(i4b)  n,
character(len=*)  name,
character(len=*)  mem_path 
)
private
Parameters
thisthis vector
nthe nr. of elements in the (local) vector
namethe variable name (for access through memory manager)
mem_pathmemory path for storing the underlying memory items

Definition at line 23 of file VectorBase.f90.

24  import vectorbasetype, i4b
25  class(VectorBaseType) :: this !< this vector
26  integer(I4B) :: n !< the nr. of elements in the (local) vector
27  character(len=*) :: name !< the variable name (for access through memory manager)
28  character(len=*) :: mem_path !< memory path for storing the underlying memory items

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