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
0bae7feb
Commit
0bae7feb
authored
Feb 09, 2010
by
graham
Browse files
STYLE: plane. Wrong constructor description in FatalErrorIn.
parent
8c8794d1
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/OpenFOAM/meshes/primitiveShapes/plane/plane.C
View file @
0bae7feb
...
...
@@ -137,7 +137,7 @@ Foam::plane::plane(const vector& normalVector)
}
else
{
FatalErrorIn
(
"plane::plane(const
point&, const
vector&)"
)
FatalErrorIn
(
"plane::plane(const vector&)"
)
<<
"plane normal has zero length"
<<
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