Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Mpp
MLUQ
Commits
8ac6f891
Commit
8ac6f891
authored
Sep 29, 2020
by
niklas.baumgarten
Browse files
added virtual destructor
parent
dd87f6b7
Changes
1
Hide whitespace changes
Inline
Side-by-side
mlmc/src/assemble/IStochasticAssemble.hpp
View file @
8ac6f891
...
...
@@ -14,6 +14,8 @@ public:
config
.
get
(
"AssembleVerbose"
,
verbose
);
}
virtual
~
IStochasticAssemble
()
{}
const
char
*
Name
()
const
override
=
0
;
void
Initialize
(
Vector
&
u
)
const
override
=
0
;
...
...
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