Small correction.

This commit is contained in:
rnv 2012-03-13 08:42:02 +00:00
parent 2981cca5dd
commit f33f73b435

View File

@ -209,7 +209,7 @@ TopoDS_Shape GEOM_Function::GetValue()
if (!isResult) {
try {
#if OCC_VERSION_LARGE > 0x060100
#if OCC_VERSION_LARGE > 0x06010000
OCC_CATCH_SIGNALS;
#endif
GEOM_Solver aSolver(GEOM_Engine::GetEngine());