mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
COMP: lineEdge had disabled copy constructors
This commit is contained in:
@ -51,13 +51,6 @@ class lineEdge
|
|||||||
:
|
:
|
||||||
public curvedEdge
|
public curvedEdge
|
||||||
{
|
{
|
||||||
// Private Member Functions
|
|
||||||
|
|
||||||
//- Disallow default bitwise copy construct
|
|
||||||
lineEdge(const lineEdge&);
|
|
||||||
|
|
||||||
//- Disallow default bitwise assignment
|
|
||||||
void operator=(const lineEdge&);
|
|
||||||
|
|
||||||
public:
|
public:
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user