mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-28 14:15:42 -04:00
forgot to prefix function with openmc. all other extern functions do this,so I changed it to be parallel
This commit is contained in:
parent
9d146a3e0f
commit
e3e2c301af
1 changed files with 1 additions and 1 deletions
|
|
@ -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];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue