Fix typo in openmc.h

This commit is contained in:
Paul Romano 2018-04-12 07:18:47 -05:00
parent c78d296bf6
commit 336c38da2f

View file

@ -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);