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
765b1606
Commit
765b1606
authored
Sep 29, 2020
by
niklas.baumgarten
Browse files
rmv white space
parent
e4cb09f0
Changes
1
Hide whitespace changes
Inline
Side-by-side
mlmc/src/montecarlo/MonteCarlo.hpp
View file @
765b1606
...
...
@@ -11,17 +11,16 @@
class
MonteCarlo
{
protected:
int
plotting
=
0
;
int
verbose
=
0
;
int
verbose
=
1
;
virtual
void
method
();
void
findSampleSolution
(
int
m
,
SampleID
&
id
,
SampleSolution
&
solution
);
public:
int
level
=
0
;
int
pLevel
=
0
;
bool
onlyFine
=
true
;
int
level
;
int
pLevel
;
bool
onlyFine
;
SampleCounter
ctr
;
Sums
sums
;
...
...
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