Skip to content
Snippets Groups Projects
Commit 2bb5e90f authored by mattijs's avatar mattijs
Browse files

changed indentation

parent 371903eb
Branches
Tags
Loading
...@@ -82,10 +82,10 @@ void Foam::polyMesh::initMesh() ...@@ -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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment