- C3d aggiornamento delle librerie.
This commit is contained in:
Dario Sassi
2020-09-14 16:42:31 +00:00
parent 555eae9594
commit e8f0fa2d27
332 changed files with 59308 additions and 52918 deletions
+1 -1
View File
@@ -294,7 +294,7 @@ template <class Type>
inline void PArraySort<Type>::CatchMemory()
{
PRECONDITION( PArray<Type>::nowDeletedElem == 0 ); // \ru ЯТ - временно \en ЯТ - temporarily
if ( PArray<Type>::upper == PArray<Type>::count )
if ( PArray<Type>::upper == PArray<Type>::count )
set_Parray_size( *this, PArray<Type>::upper + CalculateDelta(), false/*clear*/ );
}