Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Development
openfoam
Commits
c75b0bb0
Commit
c75b0bb0
authored
Apr 14, 2010
by
mattijs
Browse files
BUG: Remove initialisation of cyclic since interferes with referred patch
setting transformation properties later on
parent
dc66522c
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/finiteVolume/fields/fvPatchFields/constraint/cyclic/cyclicFvPatchField.C
View file @
c75b0bb0
...
...
@@ -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);
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment