unused variables

This commit is contained in:
eap 2009-08-27 14:09:43 +00:00
parent 30aaa793b9
commit db647c3bf2
2 changed files with 2 additions and 2 deletions

View File

@ -321,7 +321,7 @@ bool SMESH_Algo::GetNodeParamOnEdge(const SMESHDS_Mesh* theMesh,
if ( !eSubMesh || !eSubMesh->GetElements()->more() )
return false; // edge is not meshed
int nbEdgeNodes = 0;
//int nbEdgeNodes = 0;
set < double > paramSet;
if ( eSubMesh )
{

View File

@ -385,7 +385,7 @@ bool SMESH_Gen::Evaluate(SMESH_Mesh & aMesh,
const int aShapeDim = GetShapeDim( aSubShape );
if ( aShapeDim < 1 ) continue;
const TopAbs_ShapeEnum aShType = smToCompute->GetSubShape().ShapeType();
//const TopAbs_ShapeEnum aShType = smToCompute->GetSubShape().ShapeType();
SMESH_HypoFilter filter( SMESH_HypoFilter::IsAlgo() );
filter