mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
pass output stream
there is no default argument any longer
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user