From ad5a8d8f23db0b695b51a3e4925fd915cc00e014 Mon Sep 17 00:00:00 2001 From: graham Date: Wed, 19 Aug 2009 18:40:16 +0100 Subject: [PATCH] Removing blank line to avoid master merge conflict --- src/meshTools/triSurface/surfaceFeatures/surfaceFeatures.C | 1 - 1 file changed, 1 deletion(-) diff --git a/src/meshTools/triSurface/surfaceFeatures/surfaceFeatures.C b/src/meshTools/triSurface/surfaceFeatures/surfaceFeatures.C index 67e4fd7816..33fac91a0b 100644 --- a/src/meshTools/triSurface/surfaceFeatures/surfaceFeatures.C +++ b/src/meshTools/triSurface/surfaceFeatures/surfaceFeatures.C @@ -1097,7 +1097,6 @@ Foam::Map Foam::surfaceFeatures::nearestEdges // Step to next sample point using local distance. // Truncate to max 1/minSampleDist samples per feature edge. - // s += max(minSampleDist*eMag, sampleDist[e.start()]); s += 0.01*eMag;