Changeset 2752 in Sophya for trunk/SophyaLib/TArray/tmatrix.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/tmatrix.h

    r2575 r2752  
    1818  TMatrix(const TMatrix<T>& a);
    1919  TMatrix(const TMatrix<T>& a, bool share);
    20   TMatrix(const TArray<T>& a);
    21   TMatrix(const TArray<T>& a,  bool share, short mm=BaseArray::AutoMemoryMapping);
     20  TMatrix(const TArray<T>& a,  bool share=true);
    2221  TMatrix(const BaseArray& a);
    2322
Note: See TracChangeset for help on using the changeset viewer.