mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
changed indentation
This commit is contained in:
@ -82,10 +82,10 @@ void Foam::polyMesh::initMesh()
|
|||||||
);
|
);
|
||||||
|
|
||||||
string meshInfo =
|
string meshInfo =
|
||||||
"nPoints: " + Foam::name(nPoints())
|
"nPoints:" + Foam::name(nPoints())
|
||||||
+ " nCells: " + Foam::name(this->nCells())
|
+ " nCells:" + Foam::name(this->nCells())
|
||||||
+ " nFaces: " + Foam::name(nFaces())
|
+ " nFaces:" + Foam::name(nFaces())
|
||||||
+ " nInternalFaces: " + Foam::name(nInternalFaces());
|
+ " nInternalFaces:" + Foam::name(nInternalFaces());
|
||||||
|
|
||||||
owner_.note() = meshInfo;
|
owner_.note() = meshInfo;
|
||||||
neighbour_.note() = meshInfo;
|
neighbour_.note() = meshInfo;
|
||||||
|
|||||||
Reference in New Issue
Block a user