Revert som changes in default values

Make sure flow in Frankenstein and flow in master uses the same default
values
This commit is contained in:
Tor Harald Sandve
2016-11-16 15:09:54 +01:00
parent 38c4eeb667
commit b66bb27a65
2 changed files with 2 additions and 2 deletions

View File

@@ -248,7 +248,7 @@ namespace Opm
stagnate = (stagnate && !(std::abs((F1[p] - F2[p]) / F2[p]) > 1.0e-3));
}
oscillate = (oscillatePhase > 0);
oscillate = (oscillatePhase > 1);
}