mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-08-04 13:13:25 +03:00
0026922: Huge performance issue writing data to the output stream
Test case for issue CR26922 Correction of literal (char to string)
This commit is contained in:
@@ -205,7 +205,7 @@ ShapeUpgrade_SplitSurfaceContinuity::ShapeUpgrade_SplitSurfaceContinuity()
|
||||
if(mySurface->IsKind(STANDARD_TYPE(Geom_BSplineSurface)))
|
||||
MyBSpline = Handle(Geom_BSplineSurface)::DownCast(mySurface->Copy());
|
||||
if (MyBSpline.IsNull()) {
|
||||
// if (ShapeUpgrade::Debug()) cout<<". "<<" Surface is not a Bspline"<<endl;
|
||||
// if (ShapeUpgrade::Debug()) cout<<". Surface is not a Bspline"<<endl;
|
||||
return;
|
||||
}
|
||||
if(mySurface->Continuity() >= myCriterion) {
|
||||
|
Reference in New Issue
Block a user