Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Gauthier Quesnel
irritator
Commits
88bb00ac
Commit
88bb00ac
authored
Nov 13, 2020
by
Gauthier Quesnel
Browse files
gui: avoid clean simulation after simulation
parent
664e3db5
Changes
1
Hide whitespace changes
Inline
Side-by-side
app/gui/simulation-editor.cpp
View file @
88bb00ac
...
...
@@ -193,8 +193,6 @@ run_synchronized_simulation(window_logger& log_w,
std
::
chrono
::
duration
<
double
>
(
duration
));
}
while
(
current
<
end
&&
!
stop
);
sim
.
clean
();
st
=
editor_status
::
running_thread_need_join
;
}
...
...
@@ -228,8 +226,6 @@ run_simulation(window_logger& log_w,
}
}
while
(
current
<
end
&&
!
stop
);
sim
.
clean
();
st
=
editor_status
::
running_thread_need_join
;
}
...
...
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