mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-08-14 13:30:48 +03:00
0022790: Boolean opeation Fuse fails.
This commit is contained in:
@@ -3582,7 +3582,7 @@ void IFSelect_WorkSession::PrintCheckList
|
||||
Interface_CheckIterator chks = checklist;
|
||||
Handle(IFSelect_CheckCounter) counter =
|
||||
new IFSelect_CheckCounter (mode>1 && mode != IFSelect_CountSummary);
|
||||
counter->Analyse (chks,themodel,Standard_False,failsonly);
|
||||
counter->Analyse (chks,themodel,Standard_True,failsonly);
|
||||
counter->PrintList (sout,themodel,mode);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user