Salome HOME
IPAL54529: Hexahedron(ijk) fails on a block with composite sides if Viscous Layers...
[modules/smesh.git] / src / StdMeshers_I / StdMeshers_Hexa_3D_i.hxx
index 3c7f0bd084cd25267a8b853bbb2844844ff5adb5..a8f4f592471962c35ab4e79ecce54f6909bb83ff 100644 (file)
@@ -58,7 +58,7 @@ public:
   ::StdMeshers_Hexa_3D* GetImpl();
 
   // Return true if the algorithm is applicable to a shape
-  static CORBA::Boolean IsApplicable(const TopoDS_Shape &S, CORBA::Boolean toCheckAll);
+  static bool IsApplicable(const TopoDS_Shape &S, bool toCheckAll, int dim);
 };
 
 #endif