mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-08-19 13:40:49 +03:00
0022550: Fixing data races
This commit is contained in:
@@ -78,7 +78,6 @@ myPrecisionCode(PrecisCode),
|
||||
myMaxDegInU(MaxDegInU),
|
||||
myMaxDegInV(MaxDegInV),
|
||||
myMaxPatches(MaxPatch),
|
||||
myEvaluator(Func),
|
||||
myDone(Standard_False),
|
||||
myHasResult(Standard_False)
|
||||
{
|
||||
@@ -86,7 +85,7 @@ myHasResult(Standard_False)
|
||||
myNumSubSpaces[1] = Num2DSS;
|
||||
myNumSubSpaces[2] = Num3DSS;
|
||||
Init();
|
||||
Perform(UChoice,VChoice,Func);
|
||||
Perform(UChoice, VChoice, Func);
|
||||
ConvertBS();
|
||||
}
|
||||
|
||||
@@ -137,7 +136,6 @@ myPrecisionCode(PrecisCode),
|
||||
myMaxDegInU(MaxDegInU),
|
||||
myMaxDegInV(MaxDegInV),
|
||||
myMaxPatches(MaxPatch),
|
||||
myEvaluator(Func),
|
||||
myDone(Standard_False),
|
||||
myHasResult(Standard_False)
|
||||
{
|
||||
@@ -145,7 +143,7 @@ myHasResult(Standard_False)
|
||||
myNumSubSpaces[1] = Num2DSS;
|
||||
myNumSubSpaces[2] = Num3DSS;
|
||||
Init();
|
||||
Perform(UChoice,VChoice,Func,Crit);
|
||||
Perform(UChoice, VChoice, Func, Crit);
|
||||
ConvertBS();
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user