diff --git a/ebos/eclfluxmoduletpfa.hh b/ebos/eclfluxmoduletpfa.hh index 3207d2cc8..484dd7d37 100644 --- a/ebos/eclfluxmoduletpfa.hh +++ b/ebos/eclfluxmoduletpfa.hh @@ -582,13 +582,13 @@ protected: continue; } IntensiveQuantities up; - unsigned globalIndex; + //unsigned globalIndex; if(upIdx_[phaseIdx] == interiorDofIdx_){ up = intQuantsIn; - globalIndex = globalIndexIn; + //globalIndex = globalIndexIn; }else{ up = intQuantsEx; - globalIndex = globalIndexEx; + //globalIndex = globalIndexEx; } // TODO: should the rock compaction transmissibility multiplier be upstreamed // or averaged? all fluids should see the same compaction?!