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; continue;
} }
IntensiveQuantities up; IntensiveQuantities up;
unsigned globalIndex; //unsigned globalIndex;
if(upIdx_[phaseIdx] == interiorDofIdx_){ if(upIdx_[phaseIdx] == interiorDofIdx_){
up = intQuantsIn; up = intQuantsIn;
globalIndex = globalIndexIn; //globalIndex = globalIndexIn;
}else{ }else{
up = intQuantsEx; up = intQuantsEx;
globalIndex = globalIndexEx; //globalIndex = globalIndexEx;
} }
// TODO: should the rock compaction transmissibility multiplier be upstreamed // TODO: should the rock compaction transmissibility multiplier be upstreamed
// or averaged? all fluids should see the same compaction?! // or averaged? all fluids should see the same compaction?!