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:
Lewis Gross 2022-08-15 13:33:49 -05:00 committed by GitHub
parent d1775181e9
commit 70598087cd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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();