use infinity as the value for the last Rs

hopefully this does not screw anything up.
This commit is contained in:
Andreas Lauser 2018-01-09 12:13:55 +01:00
parent 3b30134a29
commit 7c2c0052b2

View File

@ -1211,7 +1211,7 @@ private:
FluidState>(fs,
iq.pvtRegionIndex());
else
lastRs_[compressedDofIdx] = 1e4;
lastRs_[compressedDofIdx] = std::numeric_limits<Scalar>::infinity();
}
}