mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
NonlinearSolverEbos: avoid use of sstream
This commit is contained in:
parent
be55de8176
commit
b148b454c6
@ -122,7 +122,8 @@ class WellState;
|
||||
} else if (relaxationTypeString == "sor") {
|
||||
relaxType_ = SOR;
|
||||
} else {
|
||||
OPM_THROW(std::runtime_error, "Unknown Relaxtion Type " << relaxationTypeString);
|
||||
OPM_THROW(std::runtime_error,
|
||||
"Unknown Relaxtion Type " + relaxationTypeString);
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user