Removed unused variable.

This commit is contained in:
Atgeirr Flø Rasmussen 2011-12-07 15:33:27 +01:00
parent 95ebbb3899
commit 8a6f3e6921

View File

@ -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;