changed indentation

This commit is contained in:
mattijs
2009-04-23 18:30:08 +01:00
parent 371903eb4a
commit 2bb5e90fb6

View File

@ -82,10 +82,10 @@ void Foam::polyMesh::initMesh()
);
string meshInfo =
"nPoints: " + Foam::name(nPoints())
+ " nCells: " + Foam::name(this->nCells())
+ " nFaces: " + Foam::name(nFaces())
+ " nInternalFaces: " + Foam::name(nInternalFaces());
"nPoints:" + Foam::name(nPoints())
+ " nCells:" + Foam::name(this->nCells())
+ " nFaces:" + Foam::name(nFaces())
+ " nInternalFaces:" + Foam::name(nInternalFaces());
owner_.note() = meshInfo;
neighbour_.note() = meshInfo;