mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-26 21:25:36 -04:00
Lassoing stars.
This commit is contained in:
parent
805c336597
commit
378268bb37
1 changed files with 2 additions and 2 deletions
|
|
@ -70,8 +70,8 @@ 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(const void* slice, int32_t *data_out);
|
||||
int openmc_property_map(const void* slice, double *data_out);
|
||||
int openmc_id_map(const void* slice, int32_t* 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