Fix test suite, remove cmfd from openmc/__init.py

This commit is contained in:
Shikhar Kumar 2018-12-13 17:17:59 -05:00
parent f049f76bb4
commit d4cfb81114
7 changed files with 66 additions and 63 deletions

View file

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