Consistently refer to BlackoilPhases::Aqua

This avoids confusion.
This commit is contained in:
Bård Skaflestad 2014-07-29 11:15:08 +02:00
parent 62f654b52c
commit 6f75afc62b

View File

@ -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;