mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-27 13:45:36 -04:00
Fix typo in openmc.h
This commit is contained in:
parent
c78d296bf6
commit
336c38da2f
1 changed files with 1 additions and 1 deletions
|
|
@ -16,7 +16,7 @@ extern "C" {
|
|||
int delayed_group;
|
||||
};
|
||||
|
||||
void openmc_calculate_voumes();
|
||||
void openmc_calculate_volumes();
|
||||
int openmc_cell_get_fill(int32_t index, int* type, int32_t** indices, int32_t* n);
|
||||
int openmc_cell_get_id(int32_t index, int32_t* id);
|
||||
int openmc_cell_set_fill(int32_t index, int type, int32_t n, const int32_t* indices);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue