Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Development
openfoam
Commits
e9ba4655
Commit
e9ba4655
authored
Dec 17, 2010
by
Andrew Heather
Browse files
ENH: Added virtual destructors
parent
3e6c89e0
Changes
5
Hide whitespace changes
Inline
Side-by-side
applications/utilities/mesh/generation/extrudeMesh/extrudeModel/linearDirection/linearDirection.H
View file @
e9ba4655
...
...
@@ -71,7 +71,7 @@ public:
//- Destructor
~
linearDirection
();
virtual
~
linearDirection
();
// Member Operators
...
...
applications/utilities/mesh/generation/extrudeMesh/extrudeModel/linearNormal/linearNormal.H
View file @
e9ba4655
...
...
@@ -68,7 +68,7 @@ public:
//- Destructor
~
linearNormal
();
virtual
~
linearNormal
();
// Member Operators
...
...
applications/utilities/mesh/generation/extrudeMesh/extrudeModel/linearRadial/linearRadial.H
View file @
e9ba4655
...
...
@@ -66,7 +66,7 @@ public:
//- Destructor
~
linearRadial
();
virtual
~
linearRadial
();
// Member Operators
...
...
applications/utilities/mesh/generation/extrudeMesh/extrudeModel/sigmaRadial/sigmaRadial.H
View file @
e9ba4655
...
...
@@ -67,7 +67,7 @@ public:
//-Destructor
~
sigmaRadial
();
virtual
~
sigmaRadial
();
// Member Operators
...
...
applications/utilities/mesh/generation/extrudeMesh/extrudeModel/wedge/wedge.H
View file @
e9ba4655
...
...
@@ -80,8 +80,8 @@ public:
wedge
(
const
dictionary
&
dict
);
//- Destr
c
uctor
~
wedge
();
//- Destructor
virtual
~
wedge
();
// Member Operators
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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