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:
@@ -1809,7 +1809,8 @@ namespace {
|
||||
FullyImplicitBlackoilSolver<T>::getConvergence_b( const BlackoilState& x,
|
||||
const WellStateFullyImplicitBlackoil& xw,
|
||||
const double dt){
|
||||
|
||||
bool converged = false;
|
||||
return converged;
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user