Consistently refer to BlackoilPhases::Aqua

This avoids confusion.
This commit is contained in:
Bård Skaflestad
2014-08-07 18:50:06 +02:00
parent 62f654b52c
commit 6f75afc62b
@@ -422,7 +422,7 @@ namespace Opm
const double pcow,
double & swat)
{
if (phase_usage_.phase_used[Aqua]) {
if (phase_usage_.phase_used[BlackoilPhases::Aqua]) {
// TODO: Mixed wettability systems - see ecl kw OPTIONS switch 74
if (swat <= eps_transf_[cell].wat.smin) {
swat = eps_transf_[cell].wat.smin;