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

Private Member Functions

integer(i4b) function get_size_if (this)
 

Detailed Description

Definition at line 44 of file VectorBase.f90.

Constructor & Destructor Documentation

◆ get_size_if()

integer(i4b) function vectorbasemodule::get_size_if::get_size_if ( class(vectorbasetype this)
private
Parameters
thisthis vector
Returns
the global vector size

Definition at line 44 of file VectorBase.f90.

45  import vectorbasetype, i4b
46  class(VectorBaseType) :: this !< this vector
47  integer(I4B) :: size !< the global vector size

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