fixing compilation warning

This commit is contained in:
hnil
2022-06-20 18:43:43 +02:00
committed by Atgeirr Flø Rasmussen
parent 5a39724606
commit 0c03e72782

View File

@@ -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?!