mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-26 13:15:39 -04:00
Fix signature of openmc_load_nuclide
This commit is contained in:
parent
9fa0ca2b06
commit
4bfd2fbcc9
1 changed files with 1 additions and 1 deletions
|
|
@ -51,7 +51,7 @@ extern "C" {
|
|||
int openmc_init_f(const int* intracomm);
|
||||
int openmc_legendre_filter_get_order(int32_t index, int* order);
|
||||
int openmc_legendre_filter_set_order(int32_t index, int order);
|
||||
int openmc_load_nuclide(char name[]);
|
||||
int openmc_load_nuclide(const char name[]);
|
||||
int openmc_material_add_nuclide(int32_t index, const char name[], double density);
|
||||
int openmc_material_get_densities(int32_t index, int** nuclides, double** densities, int* n);
|
||||
int openmc_material_get_id(int32_t index, int32_t* id);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue