Merge pull request #1539 from rockfool/timer_reset

Reset timer in depletion for transport performance
This commit is contained in:
Paul Romano 2020-04-08 16:38:54 -05:00 committed by GitHub
commit 0eae88f871
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 23 additions and 5 deletions

View file

@ -86,6 +86,7 @@ extern "C" {
int openmc_id_map(const void* slice, int32_t* data_out);
int openmc_property_map(const void* slice, double* data_out);
int openmc_reset();
int openmc_reset_timers();
int openmc_run();
void openmc_set_seed(int64_t new_seed);
int openmc_simulation_finalize();