Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Nektar
Nektar
Commits
e439e33e
Commit
e439e33e
authored
Aug 09, 2016
by
Dave Moxey
Browse files
Add virtual destructors
parent
10455dda
Changes
1
Hide whitespace changes
Inline
Side-by-side
library/LibUtilities/Foundations/NodalUtil.h
View file @
e439e33e
...
@@ -171,6 +171,10 @@ public:
...
@@ -171,6 +171,10 @@ public:
Array
<
OneD
,
NekDouble
>
r
,
Array
<
OneD
,
NekDouble
>
r
,
Array
<
OneD
,
NekDouble
>
s
);
Array
<
OneD
,
NekDouble
>
s
);
LIB_UTILITIES_EXPORT
virtual
~
NodalUtilTriangle
()
{
}
protected:
protected:
/// Mapping from the \f$ (i,j) \f$ indexing of the basis to a continuous
/// Mapping from the \f$ (i,j) \f$ indexing of the basis to a continuous
/// ordering.
/// ordering.
...
@@ -215,6 +219,10 @@ public:
...
@@ -215,6 +219,10 @@ public:
Array
<
OneD
,
NekDouble
>
s
,
Array
<
OneD
,
NekDouble
>
s
,
Array
<
OneD
,
NekDouble
>
t
);
Array
<
OneD
,
NekDouble
>
t
);
LIB_UTILITIES_EXPORT
virtual
~
NodalUtilTetrahedron
()
{
}
protected:
protected:
/// Mapping from the \f$ (i,j,k) \f$ indexing of the basis to a continuous
/// Mapping from the \f$ (i,j,k) \f$ indexing of the basis to a continuous
/// ordering.
/// ordering.
...
@@ -260,6 +268,10 @@ public:
...
@@ -260,6 +268,10 @@ public:
Array
<
OneD
,
NekDouble
>
s
,
Array
<
OneD
,
NekDouble
>
s
,
Array
<
OneD
,
NekDouble
>
t
);
Array
<
OneD
,
NekDouble
>
t
);
LIB_UTILITIES_EXPORT
virtual
~
NodalUtilPrism
()
{
}
protected:
protected:
/// Mapping from the \f$ (i,j) \f$ indexing of the basis to a continuous
/// Mapping from the \f$ (i,j) \f$ indexing of the basis to a continuous
/// ordering.
/// ordering.
...
...
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