Move definitions for several variables from Fortran to C++

This commit is contained in:
Paul Romano 2018-08-24 09:51:34 -05:00
parent 4ad0725843
commit 268b865cd3
3 changed files with 26 additions and 17 deletions

View file

@ -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;