Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
dumux-repositories
dumux
Commits
868feab6
Commit
868feab6
authored
Sep 30, 2020
by
Samuel Scherrer
Browse files
[feature][common] verbose setter in timeloop
fixes
#937
parent
94b468f4
Changes
1
Hide whitespace changes
Inline
Side-by-side
dumux/common/timeloop.hh
View file @
868feab6
...
...
@@ -389,6 +389,10 @@ public:
bool
verbose
()
const
{
return
verbose_
;
}
//! Sets time loop verbosity
void
setVerbose
(
bool
verbose
=
true
)
{
verbose_
=
verbose
;
}
/*
* @}
*/
...
...
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