Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Development
openfoam
Commits
92a3e2b5
Commit
92a3e2b5
authored
Dec 17, 2010
by
Mark Olesen
Browse files
COMP: lineEdge had disabled copy constructors
parent
6777e02e
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/mesh/blockMesh/curvedEdges/lineEdge.H
View file @
92a3e2b5
...
...
@@ -51,13 +51,6 @@ class lineEdge
:
public
curvedEdge
{
// Private Member Functions
//- Disallow default bitwise copy construct
lineEdge
(
const
lineEdge
&
);
//- Disallow default bitwise assignment
void
operator
=
(
const
lineEdge
&
);
public:
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment