From: eap Date: Wed, 7 Oct 2009 13:14:47 +0000 (+0000) Subject: untabify X-Git-Tag: V5_1_3rc1~14 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=4cd62d713856fdac03933369ab30138511da78e5;p=modules%2Fsmesh.git untabify --- diff --git a/src/SMESH/SMESH_Hypothesis.cxx b/src/SMESH/SMESH_Hypothesis.cxx index 0fec4925c..c731f60cf 100644 --- a/src/SMESH/SMESH_Hypothesis.cxx +++ b/src/SMESH/SMESH_Hypothesis.cxx @@ -23,7 +23,6 @@ // File : SMESH_Hypothesis.cxx // Author : Paul RASCLE, EDF // Module : SMESH -// $Header$ // #include "SMESH_Hypothesis.hxx" #include "SMESH_Gen.hxx" diff --git a/src/SMESH/SMESH_MeshEditor.hxx b/src/SMESH/SMESH_MeshEditor.hxx index 71855ab0c..19510498e 100644 --- a/src/SMESH/SMESH_MeshEditor.hxx +++ b/src/SMESH/SMESH_MeshEditor.hxx @@ -84,7 +84,7 @@ struct SMESH_ElementSearcher { virtual void FindElementsByPoint(const gp_Pnt& point, SMDSAbs_ElementType type, - std::vector< const SMDS_MeshElement* >& foundNodes)=0; + std::vector< const SMDS_MeshElement* >& foundElems)=0; }; //=======================================================================