BUG: evaluate at startup re-enabled.

This commit is contained in:
mattijs
2010-04-29 18:50:40 +01:00
parent dfd38ad3aa
commit b9032abd28

View File

@ -112,7 +112,7 @@ cyclicFvPatchField<Type>::cyclicFvPatchField
// << "Underlying cyclic:" << cyclicPatch_.name()
// << " with parallel:" << cyclicPatch_.parallel() << endl;
//this->evaluate(Pstream::blocking);
this->evaluate(Pstream::blocking);
}