STYLE: plane. Wrong constructor description in FatalErrorIn.

This commit is contained in:
graham
2010-02-09 17:49:14 +00:00
parent 8c8794d100
commit 0bae7febff

View File

@ -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);
}