Remove unused.

This commit is contained in:
Ove Sævareid 2020-11-16 17:47:43 +01:00
parent a6bf939101
commit 9b652488e2

View File

@ -180,8 +180,6 @@ public:
Scalar bo0=0.0;
Scalar po0=0.0;
Scalar bg0=0.0;
Scalar rv0=0.0;
for (unsigned innerIdx = 0; innerIdx < numRows; ++ innerIdx) {
Scalar po = underSaturatedTable.get("P", innerIdx);
Scalar bo = underSaturatedTable.get("B_O", innerIdx);
@ -225,8 +223,6 @@ public:
bo0=bo;
po0=po;
bg0=bg;
rv0=rv;
BO_[regionIdx].appendSamplePoint(outerIdx,po,bo);
BG_[regionIdx].appendSamplePoint(outerIdx,po,bg);