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
b117b801
Commit
b117b801
authored
May 12, 2021
by
niklas.baumgarten
Browse files
logging
parent
d63fd7fe
Changes
2
Hide whitespace changes
Inline
Side-by-side
mlmc/src/Main.hpp
View file @
b117b801
...
...
@@ -32,7 +32,7 @@ public:
int
Run
()
{
config
.
PrintInfo
();
mout
.
StartBlock
(
estimator
->
Name
()
+
" Experiment"
);
mout
<<
"
Run
"
<<
endl
;
mout
<<
"
Start
"
<<
endl
;
estimator
->
Method
();
mout
.
EndBlock
();
mout
<<
endl
;
...
...
mlmc/src/estimators/MonteCarlo.cpp
View file @
b117b801
...
...
@@ -7,7 +7,7 @@ void MonteCarlo::Method() {
method
();
aggregate
.
UpdateParallel
();
vout
(
1
)
<<
"End with: "
<<
aggregate
;
mout
.
EndBlock
(
verbose
==
0
,
"Took"
);
mout
.
EndBlock
(
verbose
==
0
);
}
void
MonteCarlo
::
method
()
{
...
...
Write
Preview
Supports
Markdown
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