From b9032abd28237478265c569476dde00c393dc34b Mon Sep 17 00:00:00 2001 From: mattijs Date: Thu, 29 Apr 2010 18:50:40 +0100 Subject: [PATCH] BUG: evaluate at startup re-enabled. --- .../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 b39908449d..f21e008050 100644 --- a/src/finiteVolume/fields/fvPatchFields/constraint/cyclic/cyclicFvPatchField.C +++ b/src/finiteVolume/fields/fvPatchFields/constraint/cyclic/cyclicFvPatchField.C @@ -112,7 +112,7 @@ cyclicFvPatchField::cyclicFvPatchField // << "Underlying cyclic:" << cyclicPatch_.name() // << " with parallel:" << cyclicPatch_.parallel() << endl; - //this->evaluate(Pstream::blocking); + this->evaluate(Pstream::blocking); }