Removed unused variable.
This commit is contained in:
parent
95ebbb3899
commit
8a6f3e6921
@ -311,7 +311,7 @@ namespace Opm {
|
|||||||
void
|
void
|
||||||
initGravityTrans(const Grid& g ,
|
initGravityTrans(const Grid& g ,
|
||||||
const std::vector<double> & htrans) {
|
const std::vector<double> & htrans) {
|
||||||
int n_hf =g.cell_facepos[ g.number_of_cells ];
|
// int n_hf =g.cell_facepos[ g.number_of_cells ];
|
||||||
if(htrans.size()>0){
|
if(htrans.size()>0){
|
||||||
for (int f = 0; f < g.number_of_faces; ++f) {
|
for (int f = 0; f < g.number_of_faces; ++f) {
|
||||||
store_.trans(f)=0;
|
store_.trans(f)=0;
|
||||||
|
Loading…
Reference in New Issue
Block a user