Salome HOME
untabify
authoreap <eap@opencascade.com>
Wed, 7 Oct 2009 13:14:47 +0000 (13:14 +0000)
committereap <eap@opencascade.com>
Wed, 7 Oct 2009 13:14:47 +0000 (13:14 +0000)
src/SMESH/SMESH_Hypothesis.cxx
src/SMESH/SMESH_MeshEditor.hxx

index 0fec4925c0665a1db95021b58466cf4e6ae43c96..c731f60cf391bd187a30118645a3edfd447bdea4 100644 (file)
@@ -23,7 +23,6 @@
 //  File   : SMESH_Hypothesis.cxx
 //  Author : Paul RASCLE, EDF
 //  Module : SMESH
-//  $Header$
 //
 #include "SMESH_Hypothesis.hxx"
 #include "SMESH_Gen.hxx"
index 71855ab0cb434b88669adbc8a142364968c70a2c..19510498e326be4d842d304b8dae4d9ecf7e7817 100644 (file)
@@ -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;
 };
 
 //=======================================================================