mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-27 13:45:36 -04:00
Free C++ tally filter memory
This commit is contained in:
parent
b27242e726
commit
3e953ef7cf
3 changed files with 27 additions and 0 deletions
|
|
@ -51,5 +51,9 @@ public:
|
|||
virtual void initialize() = 0;
|
||||
};
|
||||
|
||||
//==============================================================================
|
||||
|
||||
extern "C" void free_memory_tally_c();
|
||||
|
||||
} // namespace openmc
|
||||
#endif // OPENMC_TALLY_FILTER_H
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue