Remove unrelated changes to pre-commit config and simulation.cpp

This commit is contained in:
Grego01 2026-04-14 12:38:24 -04:00
parent e599542a57
commit e35e3fa713
2 changed files with 2 additions and 9 deletions

View file

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

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