formatting cleanup

This commit is contained in:
John Tramm 2020-01-14 19:30:18 +00:00
parent a44e355ff0
commit d6d804600f
10 changed files with 17 additions and 37 deletions

View file

@ -33,12 +33,7 @@
#include <algorithm>
#include <string>
#include <chrono>
namespace openmc {
} // namespace openmc
//==============================================================================
// C API functions
@ -426,7 +421,6 @@ void finalize_generation()
// For fixed-source mode, we need to sample the external source
fill_source_bank_fixedsource();
}
}
void initialize_history(Particle* p, int64_t index_source)