Skip to content
GitLab
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
f5322b0b
Commit
f5322b0b
authored
Mar 19, 2010
by
mattijs
Browse files
STYLE: Corrected error message
parent
47ae71a7
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/mesh/autoMesh/autoHexMesh/autoHexMeshDriver/autoSnapDriver.C
View file @
f5322b0b
...
...
@@ -102,9 +102,10 @@ Foam::Map<Foam::label> Foam::autoSnapDriver::getZoneBafflePatches
FatalErrorIn
(
"getZoneBafflePatches(const bool)"
)
<<
"Face "
<<
faceI
<<
" fc:"
<<
mesh
.
faceCentres
()[
faceI
]
<<
" is in faceZone "
<<
" in zone "
<<
fZone
.
name
()
<<
" is in patch "
<<
mesh
.
boundaryMesh
()[
oldPatchI
].
name
()
<<
" and in
faceZone
"
<<
" and in
patch
"
<<
mesh
.
boundaryMesh
()[
patchI
].
name
()
<<
abort
(
FatalError
);
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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