changed: PrintProperties parameter moved to Opm::Parameters namespace

This commit is contained in:
Arne Morten Kvarving 2024-06-28 12:17:13 +02:00
parent 0f556e583b
commit 0db393fc07

View File

@ -244,7 +244,7 @@ namespace Opm {
bool doExit = false;
if (Parameters::get<TypeTag, Properties::PrintProperties>() == 1) {
if (Parameters::get<TypeTag, Parameters::PrintProperties>() == 1) {
doExit = true;
if (mpiRank == 0)
Properties::printValues<TypeTag>(std::cout);