mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-28 22:26:08 -04:00
Remove unrelated changes to pre-commit config and simulation.cpp
This commit is contained in:
parent
e599542a57
commit
e35e3fa713
2 changed files with 2 additions and 9 deletions
|
|
@ -1,7 +0,0 @@
|
|||
repos:
|
||||
- repo: https://github.com/pre-commit/mirrors-clang-format
|
||||
rev: v12.0.1 # Use the version of clang-format that your project uses
|
||||
hooks:
|
||||
- id: clang-format
|
||||
files: \\.cpp$
|
||||
args: [--style=file]
|
||||
|
|
@ -160,8 +160,8 @@ int openmc_simulation_init()
|
|||
// load weight windows from file
|
||||
if (!settings::weight_windows_file.empty()) {
|
||||
openmc_weight_windows_import(settings::weight_windows_file.c_str());
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
// Set flag indicating initialization is done
|
||||
simulation::initialized = true;
|
||||
return 0;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue