STYLE: Minor coding style tweaks
This commit is contained in:
@ -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;
|
||||
|
||||
};
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user