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 merge requests found
...@@ -113,7 +113,7 @@ cyclicFvPatchField<Type>::cyclicFvPatchField ...@@ -113,7 +113,7 @@ cyclicFvPatchField<Type>::cyclicFvPatchField
// << "Underlying cyclic:" << cyclicPatch_.name() // << "Underlying cyclic:" << cyclicPatch_.name()
// << " with parallel:" << cyclicPatch_.parallel() << endl; // << " with parallel:" << cyclicPatch_.parallel() << endl;
this->coupledFvPatchField<Type>::evaluate(Pstream::blocking); //this->evaluate(Pstream::blocking);
} }
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment