Salome HOME
IPAL54529: Hexahedron(ijk) fails on a block with composite sides if Viscous Layers...
[modules/smesh.git] / src / StdMeshers_I / StdMeshers_Projection_1D_2D_3D_i.hxx
index a0141117a37cd94706acc7b4fe81b3f08e67d761..cfb12ca8d51f25e6105644b32695d3c25e5c7fbd 100644 (file)
@@ -59,7 +59,7 @@ public:
   ::StdMeshers_Projection_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);
 };
 
 // ======================================================