Change openmc_find -> openmc_find_cell

This commit is contained in:
Paul Romano 2018-08-20 14:10:11 -05:00
parent 6d5ab25a2c
commit 1f760461a3
3 changed files with 23 additions and 28 deletions

View file

@ -37,7 +37,7 @@ extern "C" {
int openmc_filter_set_id(int32_t index, int32_t id);
int openmc_filter_set_type(int32_t index, const char* type);
int openmc_finalize();
int openmc_find(double* xyz, int rtype, int32_t* id, int32_t* instance);
int openmc_find_cell(double* xyz, int32_t* index, int32_t* instance);
int openmc_get_cell_index(int32_t id, int32_t* index);
int openmc_get_filter_index(int32_t id, int32_t* index);
void openmc_get_filter_next_id(int32_t* id);