Changeset 1364 in Sophya


Ignore:
Timestamp:
Dec 22, 2000, 5:54:16 PM (25 years ago)
Author:
ansari
Message:

Ajout documentation , Reza 22/12/2000

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SophyaLib/TArray/tarray.cc

    r1156 r1364  
    153153//! Set array equal to \b a and return *this
    154154/*!
     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.
    155160  \warning Datas are copied (cloned) from \b a.
     161  \sa CopyElt
     162  \sa CloneOrShare
    156163  \sa NDataBlock::operator=(const NDataBlock<T>&)
    157164*/
Note: See TracChangeset for help on using the changeset viewer.