Changeset 502 in Sophya for trunk/SophyaLib/NTools/tvector.h


Ignore:
Timestamp:
Oct 23, 1999, 8:52:44 PM (26 years ago)
Author:
ansari
Message:

intro du Realloc cmv 23/10/99

File:
1 edited

Legend:

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

    r501 r502  
    2323  // Gestion taille/Remplissage
    2424  inline void ReSize(uint_4 n) {TMatrix<T>::ReSize(n,1);} // Reallocation de place
     25  inline void Realloc(uint_4 n,bool force=false) {TMatrix<T>::Realloc(n,1,force);}
    2526
    2627  // Informations pointeur/data
Note: See TracChangeset for help on using the changeset viewer.