mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
Merge branch 'master' of ssh://noisy/home/noisy3/OpenFOAM/OpenFOAM-dev
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