mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-08-09 13:22:24 +03:00
0025266: Debug statements in the source are getting flushed on to the console
Suppress remaining couts in packages explicitly mentioned in the original bug description Correction of test cases for issue CR25266
This commit is contained in:
@@ -2370,7 +2370,9 @@ Standard_Boolean ShapeFix_Face::FixSplitFace(const TopTools_DataMapOfShapeListOf
|
||||
V1=sae.FirstVertex(E1);
|
||||
V2=sae.LastVertex(E2);
|
||||
if(!V1.IsSame(V2)) {
|
||||
#ifdef SHAPEFIX_DEB
|
||||
cout<<"wire not closed --> stop split"<<endl;
|
||||
#endif
|
||||
return Standard_False;
|
||||
}
|
||||
// create face
|
||||
|
Reference in New Issue
Block a user