Salome HOME
Small correction.
authorrnv <rnv@opencascade.com>
Tue, 13 Mar 2012 08:42:02 +0000 (08:42 +0000)
committerrnv <rnv@opencascade.com>
Tue, 13 Mar 2012 08:42:02 +0000 (08:42 +0000)
src/GEOM/GEOM_Function.cxx

index cc06c38f6f5d721fd74ee195be70281c06f523c2..09820f40b11bdca473e0106b382dd76c3b55110f 100644 (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());