mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
Clarify diagnostic message in pressure solve.
Word missing in commit a95fbf0
.
This commit is contained in:
parent
a95fbf0e8e
commit
d6cfe8ab6f
@ -268,7 +268,7 @@ int main()
|
|||||||
}
|
}
|
||||||
Eigen::VectorXd x = solver.solve(residual.value().matrix());
|
Eigen::VectorXd x = solver.solve(residual.value().matrix());
|
||||||
if (solver.info() != Eigen::Success) {
|
if (solver.info() != Eigen::Success) {
|
||||||
std::cerr << "Pressure/solve failure\n";
|
std::cerr << "Pressure/flow solve failure\n";
|
||||||
return EXIT_FAILURE;
|
return EXIT_FAILURE;
|
||||||
}
|
}
|
||||||
V p1 = p0 - x.array();
|
V p1 = p0 - x.array();
|
||||||
|
Loading…
Reference in New Issue
Block a user