From 1ed3261f33cb60c1d76efcc14b8eed67a1f9bfb1 Mon Sep 17 00:00:00 2001
From: mattijs <mattijs>
Date: Wed, 12 May 2010 16:04:30 +0100
Subject: [PATCH] COMP: motionSmootherTemplates.C : missing comma.

---
 src/dynamicMesh/motionSmoother/motionSmootherTemplates.C | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/dynamicMesh/motionSmoother/motionSmootherTemplates.C b/src/dynamicMesh/motionSmoother/motionSmootherTemplates.C
index 97d125318c9..1660a29e18d 100644
--- a/src/dynamicMesh/motionSmoother/motionSmootherTemplates.C
+++ b/src/dynamicMesh/motionSmoother/motionSmootherTemplates.C
@@ -292,7 +292,7 @@ void Foam::motionSmoother::testSyncField
     const Field<Type>& fld,
     const CombineOp& cop,
     const Type& zero,
-    const bool separation
+    const bool separation,
     const scalar maxMag
 ) const
 {
-- 
GitLab