mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-01-02 12:36:54 -06:00
Remove buggy call to setEnthalpy().
This commit is contained in:
parent
7fe1ad5c69
commit
bc0eaca943
@ -376,7 +376,6 @@ public:
|
||||
// and the thermal condictivity coefficients
|
||||
for (int phaseIdx = 0; phaseIdx < numPhases; ++ phaseIdx) {
|
||||
if (!FluidSystem::phaseIsActive(phaseIdx)) {
|
||||
fs.setEnthalpy(phaseIdx, 0.0);
|
||||
continue;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user