From: eap Date: Mon, 16 May 2011 13:00:56 +0000 (+0000) Subject: unused variable X-Git-Tag: V6_3_0b2~7 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=ce55a111b4f872ad3bf1b84d7b9bdfc32295089f;p=modules%2Fsmesh.git unused variable --- diff --git a/src/StdMeshers/StdMeshers_ViscousLayers.cxx b/src/StdMeshers/StdMeshers_ViscousLayers.cxx index e9e4b113e..31fa9e6c3 100644 --- a/src/StdMeshers/StdMeshers_ViscousLayers.cxx +++ b/src/StdMeshers/StdMeshers_ViscousLayers.cxx @@ -2092,7 +2092,7 @@ bool _ViscousBuilder::smoothAndCheck(_SolidData& data, distToIntersection = Precision::Infinite(); double dist; - const SMDS_MeshElement* intFace = 0, *closestFace = 0; + const SMDS_MeshElement* intFace = 0; #ifdef __myDEBUG const SMDS_MeshElement* *closestFace = 0; int iLE = 0;