STYLE: Minor coding style tweaks

This commit is contained in:
andy
2010-02-03 19:08:18 +00:00
parent 98dcedc39e
commit 76c0a7bfb9
3 changed files with 32 additions and 33 deletions

View File

@ -51,13 +51,12 @@ class cellSet
:
public topoSet
{
// Private Member Functions
//- Disallow default bitwise copy construct
cellSet(const cellSet&);
public:
//- Runtime type information
@ -66,7 +65,6 @@ public:
// Constructors
//- Construct from IOobject. No checking.
cellSet(const IOobject& obj);
@ -161,7 +159,6 @@ public:
const primitiveMesh&,
const label maxLen
) const;
};