Changeset 4035 in Sophya for trunk/SophyaLib/TArray/tmatrix.h


Ignore:
Timestamp:
Nov 14, 2011, 5:28:25 PM (14 years ago)
Author:
ansari
Message:

1/ modif mineure ds TArray<T>::::ReadASCII() au print level global de BaseArray
2/ Correction bug gestion memoire au niveau des constructeurs de copie TArray/TMatrix/TVector
avec un BaseArray en argument. Ajout argument optionnel bool pack a ces constructeurs
3/ On autorise desormais la creation des objets TArray/TMatrix/TVector par constructeur de
copie sur des objets non alloues

Reza, 14/11/2011

File:
1 edited

Legend:

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

    r3831 r4035  
    2121  TMatrix(const TMatrix<T>& a);
    2222  TMatrix(const TMatrix<T>& a, bool share);
    23   TMatrix(const TArray<T>& a,  bool share=true);
    24   TMatrix(const BaseArray& a);
     23  TMatrix(const TArray<T>& a, bool share=true);
     24  TMatrix(const BaseArray& a, bool pack=true);
    2525
    2626  virtual ~TMatrix();
Note: See TracChangeset for help on using the changeset viewer.