mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-28 22:26:08 -04:00
Merge pull request #1539 from rockfool/timer_reset
Reset timer in depletion for transport performance
This commit is contained in:
commit
0eae88f871
6 changed files with 23 additions and 5 deletions
|
|
@ -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();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue