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
d0b23bec
Commit
d0b23bec
authored
Sep 23, 2015
by
Henry Weller
Browse files
solidBodyMotionFvMesh: Fixed typo
Resolves bug-report
http://www.openfoam.org/mantisbt/view.php?id=1854
parent
29cea780
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/dynamicFvMesh/solidBodyMotionFvMesh/solidBodyMotionFvMesh.C
View file @
d0b23bec
...
...
@@ -2,7 +2,7 @@
========= |
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox
\\ / O peration |
\\ / A nd | Copyright (C) 2011-201
4
OpenFOAM Foundation
\\ / A nd | Copyright (C) 2011-201
5
OpenFOAM Foundation
\\/ M anipulation |
-------------------------------------------------------------------------------
License
...
...
@@ -123,9 +123,8 @@ Foam::solidBodyMotionFvMesh::solidBodyMotionFvMesh(const IOobject& io)
FatalErrorIn
(
"solidBodyMotionFvMesh::solidBodyMotionFvMesh(const IOobject&)"
)
<<
"Unable to find cellZone "
<<
cellZoneName
<<
". Valid celLZones are:"
)
<<
"Unable to find cellZone "
<<
cellZoneName
<<
". Valid cellZones are:"
<<
cellZones
().
names
()
<<
exit
(
FatalError
);
}
...
...
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