Changeset 898 in Sophya for trunk/SophyaLib/TArray


Ignore:
Timestamp:
Apr 12, 2000, 7:56:30 PM (25 years ago)
Author:
ansari
Message:

documentation cmv 12/4/00

File:
1 edited

Legend:

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

    r894 r898  
    4949
    5050  // Operateur d'affectation
    51   //! Fill the
    52   inline  TMatrix<T>&  operator = (Sequence seq)    { SetSeq(seq); return(*this); }
     51  //! Fill the vector with Sequence \b seq
     52  inline  TMatrix<T>&  operator = (Sequence seq) { SetSeq(seq); return(*this); }
    5353
    5454  // Operations diverses  avec une constante
Note: See TracChangeset for help on using the changeset viewer.