BUG: Remove initialisation of cyclic since interferes with referred patch

setting transformation properties later on
This commit is contained in:
mattijs
2010-04-14 15:56:05 +01:00
parent dc66522c45
commit c75b0bb02a

View File

@ -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);
}