Salome HOME
unused variable
authoreap <eap@opencascade.com>
Mon, 16 May 2011 13:00:56 +0000 (13:00 +0000)
committereap <eap@opencascade.com>
Mon, 16 May 2011 13:00:56 +0000 (13:00 +0000)
src/StdMeshers/StdMeshers_ViscousLayers.cxx

index e9e4b113ed0e5177ff2c0b697051a795f32077b5..31fa9e6c3b7b0ad9ce6030431a29002cc8272b31 100644 (file)
@@ -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;