Use correct style guide formatting for indentation in modifications

This commit is contained in:
davidjohnlong 2020-03-10 09:22:31 +00:00
parent 68841672a5
commit 3cc7ae4618
2 changed files with 9 additions and 9 deletions

View file

@ -106,16 +106,16 @@ int openmc_simulation_init()
load_state_point();
write_message("Resuming simulation...", 6);
} else {
//Only initialize primary source bank for eigenvalue simulations
if (settings::run_mode == RunMode::EIGENVALUE) {
//Only initialize primary source bank for eigenvalue simulations
if (settings::run_mode == RunMode::EIGENVALUE) {
initialize_source();
}
}
}
// If fixed source and using custom source library then need to load
if (settings::run_mode == RunMode::FIXED_SOURCE &&
!settings::path_source_library.empty()) {
load_custom_source_library();
!settings::path_source_library.empty()) {
load_custom_source_library();
}
// Display header