mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-01-15 23:41:55 -06:00
use infinity as the value for the last Rs
hopefully this does not screw anything up.
This commit is contained in:
parent
3b30134a29
commit
7c2c0052b2
@ -1211,7 +1211,7 @@ private:
|
||||
FluidState>(fs,
|
||||
iq.pvtRegionIndex());
|
||||
else
|
||||
lastRs_[compressedDofIdx] = 1e4;
|
||||
lastRs_[compressedDofIdx] = std::numeric_limits<Scalar>::infinity();
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user