mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-21 06:25:30 -04:00
10 lines
178 B
C++
10 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
|