From c6fa69d3dbc4d201d35b8ac3b81b2ee49c4c90b3 Mon Sep 17 00:00:00 2001 From: mattijs Date: Thu, 4 Oct 2012 14:27:28 +0100 Subject: [PATCH] COMP: autoSnapDriverFeature: unused variables --- .../autoHexMesh/autoHexMeshDriver/autoSnapDriverFeature.C | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/mesh/autoMesh/autoHexMesh/autoHexMeshDriver/autoSnapDriverFeature.C b/src/mesh/autoMesh/autoHexMesh/autoHexMeshDriver/autoSnapDriverFeature.C index 7124875465..828ee0e710 100644 --- a/src/mesh/autoMesh/autoHexMesh/autoHexMeshDriver/autoSnapDriverFeature.C +++ b/src/mesh/autoMesh/autoHexMesh/autoHexMeshDriver/autoSnapDriverFeature.C @@ -1323,7 +1323,7 @@ Foam::labelPair Foam::autoSnapDriver::findNearFeaturePoint patchConstraints[oldPointI] = pointConstraint(); label edgeFeatI; - const pointIndexHit nearInfo = findNearFeatureEdge + findNearFeatureEdge ( pp, snapDist, @@ -1919,7 +1919,7 @@ void Foam::autoSnapDriver::featureAttractionUsingFeatureEdges // the old point to attract to nearest edge // instead. label edgeFeatI; - const pointIndexHit nearInfo = findNearFeatureEdge + findNearFeatureEdge ( pp, snapDist, @@ -1950,7 +1950,7 @@ void Foam::autoSnapDriver::featureAttractionUsingFeatureEdges // << endl; label featI; - const pointIndexHit nearInfo = findNearFeatureEdge + findNearFeatureEdge ( pp, snapDist,