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:
@ -54,7 +54,7 @@ int main(int argc, char *argv[])
|
||||
const fileName outFileName = args[3];
|
||||
|
||||
Info<< "Reading surface from " << surfFileName << " ..." << endl;
|
||||
Info<< "Merging points within " << mergeTol << " meter." << endl;
|
||||
Info<< "Merging points within " << mergeTol << " metre." << endl;
|
||||
|
||||
triSurface surf1(surfFileName);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user