MODFLOW 6  version 6.5.0.dev2
MODFLOW 6 Code Documentation
virtualbasemodule::vm_allocate_if Interface Reference
Collaboration diagram for virtualbasemodule::vm_allocate_if:
Collaboration graph

Private Member Functions

subroutine vm_allocate_if (this, var_name, mem_path, shape)
 

Detailed Description

Definition at line 104 of file VirtualBase.f90.

Constructor & Destructor Documentation

◆ vm_allocate_if()

subroutine virtualbasemodule::vm_allocate_if::vm_allocate_if ( class(virtualdatatype this,
character(len=*)  var_name,
character(len=*)  mem_path,
integer(i4b), dimension(:)  shape 
)
private

Definition at line 104 of file VirtualBase.f90.

105  import virtualdatatype, i4b
106  class(VirtualDataType) :: this
107  character(len=*) :: var_name
108  character(len=*) :: mem_path
109  integer(I4B), dimension(:) :: shape

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