mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-28 06:05:58 -04:00
Use namespace in finalize.h/cpp
This commit is contained in:
parent
8ebd26b160
commit
bbccbf436d
2 changed files with 9 additions and 1 deletions
|
|
@ -1,6 +1,10 @@
|
|||
#ifndef OPENMC_FINALIZE_H
|
||||
#define OPENMC_FINALIZE_H
|
||||
|
||||
namespace openmc {
|
||||
|
||||
extern "C" void openmc_free_bank();
|
||||
|
||||
} // namespace openmc
|
||||
|
||||
#endif // OPENMC_FINALIZE_H
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue