mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-25 04:25:29 -04:00
10 lines
159 B
C++
10 lines
159 B
C++
#ifndef OPENMC_CMFD_SOLVER_H
|
|
#define OPENMC_CMFD_SOLVER_H
|
|
|
|
namespace openmc {
|
|
|
|
void free_memory_cmfd();
|
|
|
|
} // namespace openmc
|
|
|
|
#endif // OPENMC_CMFD_SOLVER_H
|