buds  0.1
FORTRAN reference counted types
Private Member Functions | List of all members

Check whether two buds point to the same data (function) More...

Collaboration diagram for is_same:
Collaboration graph

Private Member Functions

elemental logical function is_same_ (lhs, rhs)
 
elemental logical function is_same_ (lhs, rhs)
 

Detailed Description

Check whether two buds point to the same data (function)

Returns .true. if the two passed buds are the same data.

Member Function/Subroutine Documentation

elemental logical function is_same_ ( class(lsm_csc), intent(in)  lhs,
class(lsm_csc), intent(in)  rhs 
)
private
Parameters
[in]lhsfirst bud
[in]rhssecond bud
Returns
.true. if lhs and rhs point to the same data

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