Changeset 4035 in Sophya for trunk/SophyaLib/TArray/basarr.cc


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/basarr.cc

    r3669 r4035  
    118118     mm == FortranMemoryMapping : Fortran like memory mapping
    119119  \endverbatim
     120  \return default memory mapping value
    120121  \verbatim
    121122  # ===== For Matrices
     
    138139     ex: Mc[2][0] = Mmath(3,1) = 31
    139140         Mc[0][2] = Mmath(1,3) = 13
    140   *** RESUME diff Idl/Fortan/C/Math:
     141  *** SUMMARY difference Idl/Fortan/C/Math:
    141142    Midl(col-1,row-1) = Mfor(col,row) = Mc[row-1][col-1] = Mmath(row,col)
    142143    TRANSPOSE(column-major array) --> row-major array
    143144  \endverbatim
    144   \return default memory mapping value
    145145 */
    146146short BaseArray::SetDefaultMemoryMapping(short mm)
     
    565565}
    566566
    567 //! Return attached DVList
     567//! Return the attached DVList info object
    568568DVList& BaseArray::Info()
    569569{
     
    571571return(*mInfo);
    572572}
     573
     574
    573575
    574576//! Update sizes and information for array
Note: See TracChangeset for help on using the changeset viewer.