mirror of
https://github.com/OPM/opm-simulators.git
synced 2024-11-23 09:46:24 -06:00
Added corrections to cancel unintended changes to code
This commit is contained in:
parent
45e0773edd
commit
9d5e55180a
@ -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:
|
// vi: set et ts=4 sw=4 sts=4:
|
||||||
/*
|
/*
|
||||||
This file is part of the Open Porous Media project (OPM).
|
This file is part of the Open Porous Media project (OPM).
|
||||||
@ -307,7 +307,7 @@ public:
|
|||||||
}
|
}
|
||||||
|
|
||||||
if (FluidSystem::phaseIsActive(waterPhaseIdx) && rstKeywords["KRW"] > 0) {
|
if (FluidSystem::phaseIsActive(waterPhaseIdx) && rstKeywords["KRW"] > 0) {
|
||||||
rstKeywords["KRW"] = 0;
|
rstKeywords["KRW"] = 0;
|
||||||
relativePermeability_[waterPhaseIdx].resize(bufferSize, 0.0);
|
relativePermeability_[waterPhaseIdx].resize(bufferSize, 0.0);
|
||||||
}
|
}
|
||||||
if (FluidSystem::phaseIsActive(oilPhaseIdx) && rstKeywords["KRO"] > 0) {
|
if (FluidSystem::phaseIsActive(oilPhaseIdx) && rstKeywords["KRO"] > 0) {
|
||||||
|
Loading…
Reference in New Issue
Block a user