mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-28 06:05:58 -04:00
Making pointer for property_map const and fixing property_map tests.
This commit is contained in:
parent
b9a57b02d4
commit
cdaad6ad54
4 changed files with 8 additions and 11 deletions
|
|
@ -71,7 +71,7 @@ extern "C" {
|
|||
int openmc_nuclide_name(int index, const char** name);
|
||||
int openmc_plot_geometry();
|
||||
int openmc_id_map(const void* slice, int32_t *data_out);
|
||||
int openmc_property_map(void* slice, double *data_out);
|
||||
int openmc_property_map(const void* slice, double *data_out);
|
||||
int openmc_reset();
|
||||
int openmc_run();
|
||||
void openmc_set_seed(int64_t new_seed);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue