From 9d5e55180a1f5044b4653c3e5b86d83a00e8cef9 Mon Sep 17 00:00:00 2001 From: Jostein Alvestad Date: Tue, 23 Apr 2019 08:56:06 +0200 Subject: [PATCH] Added corrections to cancel unintended changes to code --- ebos/ecloutputblackoilmodule.hh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ebos/ecloutputblackoilmodule.hh b/ebos/ecloutputblackoilmodule.hh index 24cdca84b..bc114678d 100644 --- a/ebos/ecloutputblackoilmodule.hh +++ b/ebos/ecloutputblackoilmodule.hh @@ -1,4 +1,4 @@ -// -*- mode: C++; tab-width: 4dent-tabs-mode: nil; c-basic-offset: 4 -*- +// -*- mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- // vi: set et ts=4 sw=4 sts=4: /* This file is part of the Open Porous Media project (OPM). @@ -307,7 +307,7 @@ public: } if (FluidSystem::phaseIsActive(waterPhaseIdx) && rstKeywords["KRW"] > 0) { - rstKeywords["KRW"] = 0; + rstKeywords["KRW"] = 0; relativePermeability_[waterPhaseIdx].resize(bufferSize, 0.0); } if (FluidSystem::phaseIsActive(oilPhaseIdx) && rstKeywords["KRO"] > 0) {