mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
STYLE: plane. Wrong constructor description in FatalErrorIn.
This commit is contained in:
@ -137,7 +137,7 @@ Foam::plane::plane(const vector& normalVector)
|
|||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
FatalErrorIn("plane::plane(const point&, const vector&)")
|
FatalErrorIn("plane::plane(const vector&)")
|
||||||
<< "plane normal has zero length"
|
<< "plane normal has zero length"
|
||||||
<< abort(FatalError);
|
<< abort(FatalError);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user