diff --git a/src/tallies/tally.cpp b/src/tallies/tally.cpp index 82b526b4e2..4384d62c78 100644 --- a/src/tallies/tally.cpp +++ b/src/tallies/tally.cpp @@ -1274,7 +1274,7 @@ extern "C" size_t tallies_size() } // given a tally ID, remove it from the tallies vector -extern "C" void remove_tally_from_tallies(int32_t id) +extern "C" void openmc_remove_tally_from_tallies(int32_t id) { // query map for index corersponding to the given id int index = model::tally_map[id];