Salome HOME
IPAL54529: Hexahedron(ijk) fails on a block with composite sides if Viscous Layers...
[modules/smesh.git] / src / StdMeshers_I / StdMeshers_RadialQuadrangle_1D2D_i.hxx
index a8ab28262f82b2f3c134e358ffbaca817274c3a2..093411ca86cf654de36ad59c04145b5432ae16e6 100644 (file)
@@ -48,7 +48,7 @@ public:
   ::StdMeshers_RadialQuadrangle_1D2D* 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);
 };