mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-28 14:15:42 -04:00
Apply @pshriwise suggestion from code review
Co-Authored-By: Patrick Shriwise <pshriwise@gmail.com>
This commit is contained in:
parent
3e36801ea3
commit
070a83d773
1 changed files with 2 additions and 2 deletions
|
|
@ -216,8 +216,8 @@ class Model:
|
|||
|
||||
self.export_to_xml()
|
||||
|
||||
# Setting tstart here ensures we don't pick up any old statepoint
|
||||
# files that might preexist in the output directory
|
||||
# Setting tstart here ensures we don't pick up any pre-existing statepoint
|
||||
# files in the output directory
|
||||
tstart = time.time()
|
||||
last_statepoint = None
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue