Changeset 967 in Sophya for trunk/SophyaLib/TArray/tvector.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/tvector.cc

    r926 r967  
    1 // $Id: tvector.cc,v 1.6 2000-04-13 18:39:16 ansari Exp $
     1// $Id: tvector.cc,v 1.7 2000-04-21 16:31:26 ansari Exp $
    22//                         C.Magneville          04/99
    33#include "machdefs.h"
     
    3939}
    4040
    41 //! Constructor by copy (share if \b a is temporary)
     41//! Constructor by copy
     42/*! \sa NDataBlock::NDataBlock(const NDataBlock<T>&) */
    4243template <class T>
    4344TVector<T>::TVector(const TVector<T>& a)
    44 // Constructeur par copie (partage si "a" temporaire).
     45// Constructeur par copie
    4546  : TMatrix<T>(a)
    4647{
Note: See TracChangeset for help on using the changeset viewer.