Restoring maxit to be 15.

This commit is contained in:
Kai Bao 2014-05-22 21:59:27 +02:00
parent 8a905535ce
commit fdb201d365

View File

@ -277,7 +277,7 @@ namespace {
computeWellConnectionPressures(state, xw);
}
const int maxit = 25;
const int maxit = 15;
std::vector<std::vector<double>> residual_history;