Remove one extraneous registration of ThreadsPerProcess parameter

This commit is contained in:
Michal Tóth
2025-01-15 16:53:06 +01:00
parent 47c44862ab
commit 66b353d8ee

View File

@@ -101,12 +101,11 @@ namespace Opm {
("Developer option to see whether logging was on non-root processors. "
"In that case it will be appended to the *.DBG or *.PRT files");
ThreadManager::registerParameters();
Simulator::registerParameters();
// register the base parameters
registerAllParameters_<TypeTag>(/*finalizeRegistration=*/false);
Simulator::registerParameters();
detail::hideUnusedParameters<Scalar>();
Parameters::endRegistration();