mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-03 17:56:21 +03:00
0024157: Parallelization of assembly part of BO
Providing compatibility with new versions of Linux
This commit is contained in:
parent
aeaf53d5ed
commit
09126f1631
@ -45,7 +45,7 @@ template <class Type> class BOPCol_NCVector
|
||||
Type& Append1 ()
|
||||
{
|
||||
Type& anAppended =
|
||||
*(Type* )expandV (NCollection_BaseCollection<Type>::myAllocator,
|
||||
*(Type* )NCollection_BaseVector::expandV (NCollection_BaseCollection<Type>::myAllocator,
|
||||
NCollection_Vector<Type>::myLength);
|
||||
return anAppended;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user