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

Private Member Functions

subroutine get_ownership_range_if (this, start, end)
 

Detailed Description

Definition at line 39 of file VectorBase.f90.

Constructor & Destructor Documentation

◆ get_ownership_range_if()

subroutine vectorbasemodule::get_ownership_range_if::get_ownership_range_if ( class(vectorbasetype this,
integer(i4b)  start,
integer(i4b)  end 
)
private
Parameters
thisthis vector
endlocal range in global numbering

Definition at line 39 of file VectorBase.f90.

40  import vectorbasetype, i4b
41  class(VectorBaseType) :: this !< this vector
42  integer(I4B) :: start, end !< local range in global numbering

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