mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
remove unused variable
This commit is contained in:
@@ -1170,8 +1170,6 @@ namespace Opm {
|
|||||||
const int rctrl = SimFIBODetails::resv_control(ctrl);
|
const int rctrl = SimFIBODetails::resv_control(ctrl);
|
||||||
|
|
||||||
if (0 <= rctrl) {
|
if (0 <= rctrl) {
|
||||||
const std::vector<double>::size_type off = (*rp) * np;
|
|
||||||
|
|
||||||
const int fipreg = 0; // Hack. Ignore FIP regions.
|
const int fipreg = 0; // Hack. Ignore FIP regions.
|
||||||
rateConverter_->calcCoeff(fipreg, pvtreg, distr);
|
rateConverter_->calcCoeff(fipreg, pvtreg, distr);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user