mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2024-12-25 08:50:35 +05:00
untabify
This commit is contained in:
parent
d8333f0d47
commit
4cd62d7138
@ -23,7 +23,6 @@
|
|||||||
// File : SMESH_Hypothesis.cxx
|
// File : SMESH_Hypothesis.cxx
|
||||||
// Author : Paul RASCLE, EDF
|
// Author : Paul RASCLE, EDF
|
||||||
// Module : SMESH
|
// Module : SMESH
|
||||||
// $Header$
|
|
||||||
//
|
//
|
||||||
#include "SMESH_Hypothesis.hxx"
|
#include "SMESH_Hypothesis.hxx"
|
||||||
#include "SMESH_Gen.hxx"
|
#include "SMESH_Gen.hxx"
|
||||||
|
@ -84,7 +84,7 @@ struct SMESH_ElementSearcher
|
|||||||
{
|
{
|
||||||
virtual void FindElementsByPoint(const gp_Pnt& point,
|
virtual void FindElementsByPoint(const gp_Pnt& point,
|
||||||
SMDSAbs_ElementType type,
|
SMDSAbs_ElementType type,
|
||||||
std::vector< const SMDS_MeshElement* >& foundNodes)=0;
|
std::vector< const SMDS_MeshElement* >& foundElems)=0;
|
||||||
};
|
};
|
||||||
|
|
||||||
//=======================================================================
|
//=======================================================================
|
||||||
|
Loading…
Reference in New Issue
Block a user