Changeset 976 in Sophya for trunk/SophyaLib/TArray/tmatrix.h


Ignore:
Timestamp:
Apr 27, 2000, 7:55:14 PM (25 years ago)
Author:
ansari
Message:

modifs doc cmv 27/4/00

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SophyaLib/TArray/tmatrix.h

    r970 r976  
    2525  virtual TArray<T>& Set(const TArray<T>& a);
    2626  //! Operator = between matrices
    27   /*! \sa NDataBlock::operator=(const NDataBlock<T>&) */
     27  /*! \warning Datas are copied (cloned) from \b a.
     28      \sa NDataBlock::operator=(const NDataBlock<T>&) */
    2829  inline  TMatrix<T>& operator = (const TMatrix<T>& a)
    2930                     { Set(a);  return(*this); }
Note: See TracChangeset for help on using the changeset viewer.