mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
std::string default construct to empty string
This commit is contained in:
parent
8beb8adfc6
commit
1919f6ae54
@ -432,7 +432,7 @@ namespace Opm {
|
||||
}
|
||||
|
||||
SimulatorReportSingle substepReport;
|
||||
std::string causeOfFailure = "";
|
||||
std::string causeOfFailure;
|
||||
try {
|
||||
substepReport = solver.step(substepTimer);
|
||||
if (solverVerbose_) {
|
||||
|
Loading…
Reference in New Issue
Block a user