buds
0.1
FORTRAN reference counted types
|
Check whether two buds point to the same data (function) More...
Private Member Functions | |
elemental logical function | is_same_ (lhs, rhs) |
elemental logical function | is_same_ (lhs, rhs) |
Check whether two buds point to the same data (function)
Returns .true.
if the two passed buds are the same data.
|
private |
[in] | lhs | first bud |
[in] | rhs | second bud |
.true.
if lhs
and rhs
point to the same data