Changeset 1550 in Sophya for trunk/SophyaLib/TArray/basarr.h
- Timestamp:
- Jun 27, 2001, 10:13:16 AM (24 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaLib/TArray/basarr.h
r1517 r1550 69 69 70 70 // Array dimensions 71 //! Return true if the array was allocated ( Rank() > 0 ) 72 inline bool IsAllocated() const { return( (ndim_ > 0) ? true : false ); } 71 73 //! Return number of dimensions (array rank) 72 74 inline int_4 NbDimensions() const { return( ndim_ ); }
Note:
See TracChangeset
for help on using the changeset viewer.