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
2997e512
Commit
2997e512
authored
Jul 14, 2021
by
niklas.baumgarten
Browse files
made run const
parent
4bc3650f
Changes
1
Show whitespace changes
Inline
Side-by-side
mluq/src/Main.hpp
View file @
2997e512
...
...
@@ -30,7 +30,7 @@ public:
CreateUnique
();
}
int
Run
()
{
int
Run
()
const
{
config
.
PrintInfo
();
mout
.
StartBlock
(
estimator
->
Name
()
+
" Experiment"
);
mout
<<
"Start"
<<
endl
;
...
...
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