STYLE: Minor code style corrections

This commit is contained in:
andy
2010-02-08 15:51:20 +00:00
parent 2f0692e002
commit 69215358f6
3 changed files with 7 additions and 9 deletions

View File

@ -77,7 +77,6 @@ public:
primitiveEntry& entry, primitiveEntry& entry,
Istream& is Istream& is
); );
}; };

View File

@ -703,6 +703,7 @@ void Foam::globalMeshData::calcPointBoundaryFaces
} }
} }
void Foam::globalMeshData::calcGlobalPointBoundaryFaces() const void Foam::globalMeshData::calcGlobalPointBoundaryFaces() const
{ {
if (debug) if (debug)

View File

@ -64,8 +64,6 @@ public:
//- Construct null //- Construct null
NASCore(); NASCore();
}; };