mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
STYLE: spelling, doxygen
This commit is contained in:
@ -363,7 +363,7 @@ if
|
||||
|
||||
if (pFaces[LINER][0].size() != newLinerFaces.size())
|
||||
{
|
||||
Info<< "Transfered " << pFaces[LINER][0].size() - newLinerFaces.size()
|
||||
Info<< "Transferred " << pFaces[LINER][0].size() - newLinerFaces.size()
|
||||
<< " faces from liner region to cylinder head" << endl;
|
||||
pFaces[LINER][0] = newLinerFaces;
|
||||
}
|
||||
@ -392,7 +392,7 @@ if
|
||||
|
||||
if (pFaces[CYLINDERHEAD][0].size() != newCylinderHeadFaces.size())
|
||||
{
|
||||
Info<< "Transfered faces from cylinder-head region to linder" << endl;
|
||||
Info<< "Transferred faces from cylinder-head region to linder" << endl;
|
||||
pFaces[CYLINDERHEAD][0] = newCylinderHeadFaces;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user