mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-08-09 13:22:24 +03:00
0026042: OCCT won't work with the latest Xcode
Dereferenced null pointers was eliminated for PLib, BSplCLib and BSplSLib. All affected code was changed accordingly.
This commit is contained in:
@@ -267,7 +267,7 @@ void Geom2dAPI_PointsToBSpline::Init
|
||||
// insert the Knots
|
||||
BSplCLib::InsertKnots(Degree,Standard_False,1,
|
||||
NewTempPoles,NewTempKnots,NewTempMults,
|
||||
TheCurve.Knots(),TheCurve.Multiplicities(),
|
||||
TheCurve.Knots(),&TheCurve.Multiplicities(),
|
||||
XPoles,Knots,Mults,
|
||||
Epsilon(1));
|
||||
|
||||
|
Reference in New Issue
Block a user