From f33f73b43533ad803aa7646f176395796a5b4c05 Mon Sep 17 00:00:00 2001 From: rnv Date: Tue, 13 Mar 2012 08:42:02 +0000 Subject: [PATCH] Small correction. --- src/GEOM/GEOM_Function.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/GEOM/GEOM_Function.cxx b/src/GEOM/GEOM_Function.cxx index cc06c38f6..09820f40b 100644 --- a/src/GEOM/GEOM_Function.cxx +++ b/src/GEOM/GEOM_Function.cxx @@ -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()); -- 2.39.2