From ce55a111b4f872ad3bf1b84d7b9bdfc32295089f Mon Sep 17 00:00:00 2001 From: eap Date: Mon, 16 May 2011 13:00:56 +0000 Subject: [PATCH] unused variable --- src/StdMeshers/StdMeshers_ViscousLayers.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.30.2