mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
STYLE: Corrected spelling mistakes
This commit is contained in:
@ -148,7 +148,7 @@ bool Foam::checkWedges
|
||||
{
|
||||
Info<< " ***Wedge patch " << pp.name() << " not planar."
|
||||
<< " Point " << pt << " is not in patch plane by "
|
||||
<< d << " meter."
|
||||
<< d << " metre."
|
||||
<< endl;
|
||||
}
|
||||
return true;
|
||||
|
||||
@ -62,7 +62,7 @@ int main(int argc, char *argv[])
|
||||
boundBox bb(points);
|
||||
|
||||
Info<< "bounding box: min = " << bb.min()
|
||||
<< " max = " << bb.max() << " meters."
|
||||
<< " max = " << bb.max() << " metres."
|
||||
<< endl;
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user