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


Ignore:
Timestamp:
May 23, 2005, 6:18:17 PM (20 years ago)
Author:
ansari
Message:

1/ Suppression du constructeur de copie avec specification d'organisation memoire (MemoryMapping) pour TMatrix<T> et TVector<T>
2/ Amelioration de l'impression des TArray/TMatrix avec la specification setw(largeur)
3/ Correction petit bug dans la lecture fichiers ASCII argument non transmis ds utilarr.cc

Reza 23 Mai 2005

File:
1 edited

Legend:

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

    r2719 r2752  
    1717  TVector(const TVector<T>& v);
    1818  TVector(const TVector<T>& v, bool share);
    19   TVector(const TArray<T>& a);
    20   TVector(const TArray<T>& a,  bool share, short lcv=AutoVectorType, short mm=AutoMemoryMapping);
     19  TVector(const TArray<T>& a,  bool share=true, short lcv=AutoVectorType);
    2120  TVector(const BaseArray& a);
    2221  TVector(const vector<T>& v, short lcv=AutoVectorType);
Note: See TracChangeset for help on using the changeset viewer.