mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-27 05:35:49 -04:00
forgot to change name of arrgument from id to index in header
Co-authored-by: Paul Romano <paul.k.romano@gmail.com>
This commit is contained in:
parent
d1775181e9
commit
70598087cd
1 changed files with 1 additions and 1 deletions
|
|
@ -118,7 +118,7 @@ int openmc_regular_mesh_get_params(
|
|||
int openmc_regular_mesh_set_dimension(int32_t index, int n, const int* dims);
|
||||
int openmc_regular_mesh_set_params(int32_t index, int n, const double* ll,
|
||||
const double* ur, const double* width);
|
||||
int openmc_remove_tally(int32_t id);
|
||||
int openmc_remove_tally(int32_t index);
|
||||
int openmc_reset();
|
||||
int openmc_reset_timers();
|
||||
int openmc_run();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue