X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FStdMeshers_I%2FStdMeshers_RadialQuadrangle_1D2D_i.hxx;h=c7fd09c1173750ec341775d8f53e2daa7a0d7226;hb=30271ef4eabe5a0104aff2ce0430a715659118fd;hp=347f01953bbe39d2102eb31b8be42c08d816b52b;hpb=f816f204d33b5250ee211247a798a1af42c528ea;p=modules%2Fsmesh.git diff --git a/src/StdMeshers_I/StdMeshers_RadialQuadrangle_1D2D_i.hxx b/src/StdMeshers_I/StdMeshers_RadialQuadrangle_1D2D_i.hxx index 347f01953..c7fd09c11 100644 --- a/src/StdMeshers_I/StdMeshers_RadialQuadrangle_1D2D_i.hxx +++ b/src/StdMeshers_I/StdMeshers_RadialQuadrangle_1D2D_i.hxx @@ -1,4 +1,4 @@ -// Copyright (C) 2007-2016 CEA/DEN, EDF R&D, OPEN CASCADE +// Copyright (C) 2007-2020 CEA/DEN, EDF R&D, OPEN CASCADE // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public @@ -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); };