Changeset 1389 in Sophya for trunk/SophyaLib/TArray/tarray.cc


Ignore:
Timestamp:
Feb 9, 2001, 6:08:35 PM (25 years ago)
Author:
ansari
Message:

Correction bug initialisation vecteur ligne / colonne , Reza 9/2/2001

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SophyaLib/TArray/tarray.cc

    r1364 r1389  
    1616  This class implements arrays of dimensions up to
    1717  \ref BASEARRAY_MAXNDIMS "BASEARRAY_MAXNDIMS"
     18*/
     19
     20/*! \ingroup TArray
     21  \typedef sa_size_t
     22  \brief Array index range and size, defined to be a 4-byte or 8-byte integer
    1823*/
    1924
     
    264269  string exmsg = "TArray<T>::Realloc()";
    265270  if (!UpdateSizes(ndim, siz, step, 0, exmsg))  throw( ParmError(exmsg) );
    266   mNDBlock.ReSize(totsize_);   
     271  mNDBlock.Realloc(totsize_, force);   
    267272}
    268273
Note: See TracChangeset for help on using the changeset viewer.