From 0c03e72782cb616087a514b9e9c446c4f07e1026 Mon Sep 17 00:00:00 2001 From: hnil Date: Mon, 20 Jun 2022 18:43:43 +0200 Subject: [PATCH] fixing compilation warning --- ebos/eclfluxmoduletpfa.hh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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?!