Changeset 502 in Sophya for trunk/SophyaLib/NTools/tvector.h
- Timestamp:
- Oct 23, 1999, 8:52:44 PM (26 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaLib/NTools/tvector.h
r501 r502 23 23 // Gestion taille/Remplissage 24 24 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);} 25 26 26 27 // Informations pointeur/data
Note:
See TracChangeset
for help on using the changeset viewer.