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
8df0a702
Commit
8df0a702
authored
Jun 05, 2018
by
Andrew Heather
Browse files
STYLE: Minor code update
parent
35307112
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/dynamicFvMesh/dynamicMotionSolverFvMesh/dynamicMotionSolverFvMesh.C
View file @
8df0a702
...
...
@@ -71,8 +71,7 @@ bool Foam::dynamicMotionSolverFvMesh::update()
if
(
foundObject
<
volVectorField
>
(
"U"
))
{
volVectorField
&
U
=
const_cast
<
volVectorField
&>
(
lookupObject
<
volVectorField
>
(
"U"
));
volVectorField
&
U
=
lookupObjectRef
<
volVectorField
>
(
"U"
);
U
.
correctBoundaryConditions
();
}
...
...
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