Skip to content
Snippets Groups Projects
Commit c75b0bb0 authored by mattijs's avatar mattijs
Browse files

BUG: Remove initialisation of cyclic since interferes with referred patch

setting transformation properties later on
parent dc66522c
No related branches found
No related tags found
No related merge requests found
......@@ -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);
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment