mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-27 21:55:41 -04:00
11 lines
178 B
C
11 lines
178 B
C
|
|
#ifndef OPENMC_PARTICLE_RESTART_H
|
||
|
|
#define OPENMC_PARTICLE_RESTART_H
|
||
|
|
|
||
|
|
namespace openmc {
|
||
|
|
|
||
|
|
void run_particle_restart();
|
||
|
|
|
||
|
|
} // namespace openmc
|
||
|
|
|
||
|
|
#endif // OPENMC_PARTICLE_RESTART_H
|