remove unused variable

This commit is contained in:
Arne Morten Kvarving 2017-12-05 16:50:52 +01:00
parent 03a0baf447
commit b702d3834b

View File

@ -1170,8 +1170,6 @@ namespace Opm {
const int rctrl = SimFIBODetails::resv_control(ctrl);
if (0 <= rctrl) {
const std::vector<double>::size_type off = (*rp) * np;
const int fipreg = 0; // Hack. Ignore FIP regions.
rateConverter_->calcCoeff(fipreg, pvtreg, distr);