Add return converged for the getConvergence_b;

This commit is contained in:
Kai Bao 2014-05-08 11:21:47 +02:00
parent 5ef4976f4a
commit 3798e3f69b

View File

@ -1809,7 +1809,8 @@ namespace {
FullyImplicitBlackoilSolver<T>::getConvergence_b( const BlackoilState& x,
const WellStateFullyImplicitBlackoil& xw,
const double dt){
bool converged = false;
return converged;
}