mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-26 21:25:36 -04:00
Adjusting value for progress bar in plots.
This commit is contained in:
parent
3935aed6bf
commit
e793472b15
2 changed files with 2 additions and 1 deletions
|
|
@ -27,6 +27,7 @@ bool is_terminal() {
|
|||
|
||||
ProgressBar::ProgressBar() {
|
||||
bar = "";
|
||||
// initialize bar
|
||||
set_value(0.0);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue