From c75b0bb02a4c2919138a1e68771ffbdfeb8e111f Mon Sep 17 00:00:00 2001
From: mattijs <mattijs>
Date: Wed, 14 Apr 2010 15:56:05 +0100
Subject: [PATCH] BUG: Remove initialisation of cyclic since interferes with
 referred patch setting transformation properties later on

---
 .../fields/fvPatchFields/constraint/cyclic/cyclicFvPatchField.C | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/finiteVolume/fields/fvPatchFields/constraint/cyclic/cyclicFvPatchField.C b/src/finiteVolume/fields/fvPatchFields/constraint/cyclic/cyclicFvPatchField.C
index addb1454634..930a45f666d 100644
--- a/src/finiteVolume/fields/fvPatchFields/constraint/cyclic/cyclicFvPatchField.C
+++ b/src/finiteVolume/fields/fvPatchFields/constraint/cyclic/cyclicFvPatchField.C
@@ -113,7 +113,7 @@ cyclicFvPatchField<Type>::cyclicFvPatchField
 //        << "Underlying cyclic:" << cyclicPatch_.name()
 //        << " with parallel:" << cyclicPatch_.parallel() << endl;
 
-    this->coupledFvPatchField<Type>::evaluate(Pstream::blocking);
+    //this->evaluate(Pstream::blocking);
 }
 
 
-- 
GitLab