Added corrections to cancel unintended changes to code

This commit is contained in:
Jostein Alvestad 2019-04-23 08:56:06 +02:00
parent 45e0773edd
commit 9d5e55180a

View File

@ -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) {