mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
Add return converged for the getConvergence_b;
This commit is contained in:
parent
5ef4976f4a
commit
3798e3f69b
@ -1809,7 +1809,8 @@ namespace {
|
|||||||
FullyImplicitBlackoilSolver<T>::getConvergence_b( const BlackoilState& x,
|
FullyImplicitBlackoilSolver<T>::getConvergence_b( const BlackoilState& x,
|
||||||
const WellStateFullyImplicitBlackoil& xw,
|
const WellStateFullyImplicitBlackoil& xw,
|
||||||
const double dt){
|
const double dt){
|
||||||
|
bool converged = false;
|
||||||
|
return converged;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user