From 38d7dea4f839196457feca2fc1de5cce56ae1013 Mon Sep 17 00:00:00 2001 From: mattijs Date: Fri, 10 Jan 2014 15:49:05 +0000 Subject: [PATCH] COMP: autoSnapDriver: missing , --- .../autoMesh/autoHexMesh/autoHexMeshDriver/autoSnapDriver.H | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mesh/autoMesh/autoHexMesh/autoHexMeshDriver/autoSnapDriver.H b/src/mesh/autoMesh/autoHexMesh/autoHexMeshDriver/autoSnapDriver.H index 2578f346bd..ee0562add5 100644 --- a/src/mesh/autoMesh/autoHexMesh/autoHexMeshDriver/autoSnapDriver.H +++ b/src/mesh/autoMesh/autoHexMesh/autoHexMeshDriver/autoSnapDriver.H @@ -393,7 +393,7 @@ class autoSnapDriver const List >& pointConstraints, // Feature-edge to pp point const List > >& edgeAttractors, - const List > >& + const List > >&, const vectorField& rawPatchAttraction, const List& rawPatchConstraints,