1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-08-04 13:13:25 +03:00

0022165: IGES transaltor does not produce any shape

This commit is contained in:
GKA
2011-12-02 15:02:54 +00:00
committed by bugmaster
parent 82192477b1
commit d164636550
5 changed files with 5 additions and 5 deletions

View File

@@ -3602,7 +3602,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);
}
}