Changeset 967 in Sophya for trunk/SophyaLib/TArray/tmatrix.cc


Ignore:
Timestamp:
Apr 21, 2000, 6:31:26 PM (25 years ago)
Author:
ansari
Message:

doc pour preparation inverse logique de NDataBlock cmv 21/4/00

File:
1 edited

Legend:

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

    r958 r967  
    1 // $Id: tmatrix.cc,v 1.8 2000-04-18 13:38:52 ansari Exp $
     1// $Id: tmatrix.cc,v 1.9 2000-04-21 16:31:25 ansari Exp $
    22//                         C.Magneville          04/99
    33#include "machdefs.h"
     
    4242}
    4343
    44 //! Constructor by copy (share data if \b a is temporary).
     44//! Constructor by copy
     45/*! \sa NDataBlock::NDataBlock(const NDataBlock<T>&) */
    4546template <class T>
    4647TMatrix<T>::TMatrix(const TMatrix<T>& a)
    47 // Constructeur par copie (partage si "a" temporaire).
     48// Constructeur par copie
    4849  : TArray<T>(a)
    4950{
Note: See TracChangeset for help on using the changeset viewer.