mirror of
https://github.com/OPM/opm-upscaling.git
synced 2025-02-25 18:45:23 -06:00
remove unused variable
This commit is contained in:
parent
9219235c5b
commit
0c78a3e1b9
@ -363,7 +363,6 @@ try
|
|||||||
std::vector<double> cellVolumes, cellPoreVolumes;
|
std::vector<double> cellVolumes, cellPoreVolumes;
|
||||||
cellVolumes.resize(satnums.size(), 0.0);
|
cellVolumes.resize(satnums.size(), 0.0);
|
||||||
cellPoreVolumes.resize(satnums.size(), 0.0);
|
cellPoreVolumes.resize(satnums.size(), 0.0);
|
||||||
int tesselatedCells = 0;
|
|
||||||
//double maxSinglePhasePerm = 0;
|
//double maxSinglePhasePerm = 0;
|
||||||
double Swirvolume = 0;
|
double Swirvolume = 0;
|
||||||
double Sworvolume = 0;
|
double Sworvolume = 0;
|
||||||
@ -400,7 +399,6 @@ try
|
|||||||
Swirvolume += minSw * cellPoreVolumes[cell_idx];
|
Swirvolume += minSw * cellPoreVolumes[cell_idx];
|
||||||
Sworvolume += maxSw * cellPoreVolumes[cell_idx];
|
Sworvolume += maxSw * cellPoreVolumes[cell_idx];
|
||||||
}
|
}
|
||||||
++tesselatedCells; // keep count.
|
|
||||||
}
|
}
|
||||||
|
|
||||||
// If upscling=false, we still (may) want to have porosities together with endpoints
|
// If upscling=false, we still (may) want to have porosities together with endpoints
|
||||||
|
Loading…
Reference in New Issue
Block a user