mirror of
https://github.com/OPM/opm-simulators.git
synced 2026-09-05 04:40:19 -05:00
PrintParameters moved to TypeTag-free parameter system
This commit is contained in:
@@ -226,7 +226,7 @@ namespace Opm {
|
|||||||
}
|
}
|
||||||
|
|
||||||
// deal with --print-parameters and unknown parameters.
|
// deal with --print-parameters and unknown parameters.
|
||||||
if (Parameters::get<TypeTag, Parameters::PrintParameters>() == 1) {
|
if (Parameters::Get<Parameters::PrintParameters>() == 1) {
|
||||||
if (mpiRank == 0) {
|
if (mpiRank == 0) {
|
||||||
Parameters::printValues();
|
Parameters::printValues();
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user