Changeset 3173 in Sophya for trunk/SophyaLib/TArray/tarray.cc
- Timestamp:
- Feb 5, 2007, 10:04:46 AM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaLib/TArray/tarray.cc
r3101 r3173 382 382 } 383 383 384 //! To clear the array sizes - corresponding to an unallocated array. 385 template <class T> 386 TArray<T>& TArray<T>::ZeroSize() 387 { 388 if (NbDimensions() == 0) return (*this); 389 SetZeroSize(); 390 mNDBlock.Dealloc(); 391 return (*this); 392 } 384 393 385 394 /*!
Note:
See TracChangeset
for help on using the changeset viewer.