Free C++ tally filter memory

This commit is contained in:
Sterling Harper 2018-10-02 22:19:35 -04:00
parent b27242e726
commit 3e953ef7cf
3 changed files with 27 additions and 0 deletions

View file

@ -51,5 +51,9 @@ public:
virtual void initialize() = 0;
};
//==============================================================================
extern "C" void free_memory_tally_c();
} // namespace openmc
#endif // OPENMC_TALLY_FILTER_H