Remove unused argument from several functions.

This commit is contained in:
Atgeirr Flø Rasmussen
2015-02-17 10:28:11 +01:00
parent 2f7a87aa4b
commit a38bdaf4c3
3 changed files with 5 additions and 10 deletions
+1 -1
View File
@@ -327,7 +327,7 @@ namespace Opm
{
init(eclipseState, timeStep, UgGridHelpers::numCells(grid),
UgGridHelpers::globalCell(grid), UgGridHelpers::cartDims(grid),
UgGridHelpers::dimensions(grid), UgGridHelpers::beginCellCentroids(grid),
UgGridHelpers::dimensions(grid),
UgGridHelpers::cell2Faces(grid), UgGridHelpers::beginFaceCentroids(grid),
permeability);