mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
fixing compilation warning
This commit is contained in:
committed by
Atgeirr Flø Rasmussen
parent
5a39724606
commit
0c03e72782
@@ -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?!
|
||||||
|
|||||||
Reference in New Issue
Block a user