Addressing @promano's comments.

This commit is contained in:
Patrick Shriwise 2019-03-12 11:39:04 -05:00
parent 263f70642c
commit e7b3175da1
4 changed files with 49 additions and 95 deletions

View file

@ -70,7 +70,7 @@ extern "C" {
int openmc_next_batch(int* status);
int openmc_nuclide_name(int index, const char** name);
int openmc_plot_geometry();
int openmc_id_map(void* slice, int32_t *data_out);
int openmc_id_map(const void* slice, int32_t *data_out);
int openmc_reset();
int openmc_run();
void openmc_set_seed(int64_t new_seed);