Skip to content
Snippets Groups Projects
Commit d0b23bec authored by Henry Weller's avatar Henry Weller
Browse files

solidBodyMotionFvMesh: Fixed typo

parent 29cea780
Branches
Tags
No related merge requests found
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
========= | ========= |
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / F ield | OpenFOAM: The Open Source CFD Toolbox
\\ / O peration | \\ / O peration |
\\ / A nd | Copyright (C) 2011-2014 OpenFOAM Foundation \\ / A nd | Copyright (C) 2011-2015 OpenFOAM Foundation
\\/ M anipulation | \\/ M anipulation |
------------------------------------------------------------------------------- -------------------------------------------------------------------------------
License License
...@@ -123,9 +123,8 @@ Foam::solidBodyMotionFvMesh::solidBodyMotionFvMesh(const IOobject& io) ...@@ -123,9 +123,8 @@ Foam::solidBodyMotionFvMesh::solidBodyMotionFvMesh(const IOobject& io)
FatalErrorIn FatalErrorIn
( (
"solidBodyMotionFvMesh::solidBodyMotionFvMesh(const IOobject&)" "solidBodyMotionFvMesh::solidBodyMotionFvMesh(const IOobject&)"
) ) << "Unable to find cellZone " << cellZoneName
<< "Unable to find cellZone " << cellZoneName << ". Valid cellZones are:"
<< ". Valid celLZones are:"
<< cellZones().names() << cellZones().names()
<< exit(FatalError); << exit(FatalError);
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment