Skip to content
Snippets Groups Projects
Commit 0bae7feb authored by graham's avatar graham
Browse files

STYLE: plane. Wrong constructor description in FatalErrorIn.

parent 8c8794d1
No related branches found
No related tags found
No related merge requests found
......@@ -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);
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment