This commit is contained in:
eap 2009-10-07 13:14:47 +00:00
parent d8333f0d47
commit 4cd62d7138
2 changed files with 1 additions and 2 deletions

View File

@ -23,7 +23,6 @@
// File : SMESH_Hypothesis.cxx
// Author : Paul RASCLE, EDF
// Module : SMESH
// $Header$
//
#include "SMESH_Hypothesis.hxx"
#include "SMESH_Gen.hxx"

View 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;
};
//=======================================================================