Changeset 1364 in Sophya for trunk/SophyaLib
- Timestamp:
- Dec 22, 2000, 5:54:16 PM (25 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaLib/TArray/tarray.cc
r1156 r1364 153 153 //! Set array equal to \b a and return *this 154 154 /*! 155 If the array is already allocated, CopyElt() is called 156 for checking that the two arrays have the same size and 157 for copying the array element values. For non allocated 158 arrays, CloneOrShare() is called. The array memory 159 organization is also copied from \b a. 155 160 \warning Datas are copied (cloned) from \b a. 161 \sa CopyElt 162 \sa CloneOrShare 156 163 \sa NDataBlock::operator=(const NDataBlock<T>&) 157 164 */
Note:
See TracChangeset
for help on using the changeset viewer.