mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-27 13:45:36 -04:00
Move definitions for several variables from Fortran to C++
This commit is contained in:
parent
4ad0725843
commit
268b865cd3
3 changed files with 26 additions and 17 deletions
|
|
@ -18,6 +18,14 @@ namespace openmc {
|
|||
|
||||
namespace settings {
|
||||
|
||||
bool check_overlaps {false};
|
||||
bool particle_restart_run {false};
|
||||
bool photon_transport {false};
|
||||
bool restart_run {false};
|
||||
bool run_CE {true};
|
||||
bool write_all_tracks {false};
|
||||
bool write_initial_source {false};
|
||||
|
||||
char* path_input;
|
||||
char* path_statepoint;
|
||||
char* path_sourcepoint;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue