Changeset 976 in Sophya for trunk/SophyaLib/TArray/tvector.cc


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/tvector.cc

    r967 r976  
    1 // $Id: tvector.cc,v 1.7 2000-04-21 16:31:26 ansari Exp $
     1// $Id: tvector.cc,v 1.8 2000-04-27 17:53:52 ansari Exp $
    22//                         C.Magneville          04/99
    33#include "machdefs.h"
     
    4040
    4141//! Constructor by copy
    42 /*! \sa NDataBlock::NDataBlock(const NDataBlock<T>&) */
     42/*!
     43  \warning datas are \b SHARED with \b a.
     44  \sa NDataBlock::NDataBlock(const NDataBlock<T>&)
     45*/
    4346template <class T>
    4447TVector<T>::TVector(const TVector<T>& a)
Note: See TracChangeset for help on using the changeset viewer.