mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-27 13:45:36 -04:00
Fix test suite, remove cmfd from openmc/__init.py
This commit is contained in:
parent
f049f76bb4
commit
d4cfb81114
7 changed files with 66 additions and 63 deletions
|
|
@ -356,6 +356,8 @@ extern "C" void free_memory_cmfd()
|
|||
{
|
||||
cmfd::indptr.clear();
|
||||
cmfd::indices.clear();
|
||||
// Resize indexmap to be an empty array
|
||||
cmfd::indexmap.resize({0});
|
||||
}
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue