From 4cd62d713856fdac03933369ab30138511da78e5 Mon Sep 17 00:00:00 2001 From: eap Date: Wed, 7 Oct 2009 13:14:47 +0000 Subject: [PATCH] untabify --- src/SMESH/SMESH_Hypothesis.cxx | 1 - src/SMESH/SMESH_MeshEditor.hxx | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) 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; }; //======================================================================= -- 2.39.2