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
d7b0084f
Commit
d7b0084f
authored
May 11, 2021
by
niklas.baumgarten
Browse files
deleted plotting
parent
783d8f3d
Changes
1
Hide whitespace changes
Inline
Side-by-side
mlmc/src/estimators/MonteCarlo.hpp
View file @
d7b0084f
...
...
@@ -11,8 +11,6 @@ class MonteCarlo {
protected:
int
verbose
=
1
;
int
plotting
=
0
;
int
level
;
bool
onlyFine
;
...
...
@@ -50,7 +48,6 @@ public:
}
void
Init
(
int
dM
)
{
config
.
get
(
"MCPlotting"
,
plotting
);
config
.
get
(
"MCVerbose"
,
verbose
);
config
.
get
(
"MCParallel"
,
parallel
);
...
...
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