Changeset 1103 in Sophya for trunk/SophyaLib/TArray/tvector.h


Ignore:
Timestamp:
Jul 27, 2000, 2:00:10 AM (25 years ago)
Author:
ansari
Message:

Suite operations entre matrices de <> MemOrg, Amelioration des Sequences - Reza 27/7/2000

File:
1 edited

Legend:

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

    r1099 r1103  
    5858  // Operateur d'affectation
    5959  //! Fill the vector with Sequence \b seq
    60   inline  TVector<T>&  operator = (Sequence seq) { SetSeq(seq); return(*this); }
     60  inline  TVector<T>&  operator = (Sequence const & seq) { SetSeq(seq); return(*this); }
    6161
    6262  // Operations diverses  avec une constante
Note: See TracChangeset for help on using the changeset viewer.