pass output stream

there is no default argument any longer
This commit is contained in:
Arne Morten Kvarving
2023-01-03 15:24:28 +01:00
parent d58efe3bf9
commit 64140f51c9

View File

@@ -259,7 +259,7 @@ namespace Opm
if (EWOMS_GET_PARAM(TypeTag, int, PrintProperties) == 1) {
doExit = true;
if (mpiRank == 0)
Properties::printValues<TypeTag>();
Properties::printValues<TypeTag>(std::cout);
}
if (EWOMS_GET_PARAM(TypeTag, int, PrintParameters) == 1) {