mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
PrintParameters moved to TypeTag-free parameter system
This commit is contained in:
parent
c80219c85f
commit
2f8c91222f
@ -226,7 +226,7 @@ namespace Opm {
|
||||
}
|
||||
|
||||
// deal with --print-parameters and unknown parameters.
|
||||
if (Parameters::get<TypeTag, Parameters::PrintParameters>() == 1) {
|
||||
if (Parameters::Get<Parameters::PrintParameters>() == 1) {
|
||||
if (mpiRank == 0) {
|
||||
Parameters::printValues();
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user