mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-25 20:45:35 -04:00
formatting cleanup
This commit is contained in:
parent
a44e355ff0
commit
d6d804600f
10 changed files with 17 additions and 37 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue