Removed superfluous parameter cartdims from initStateFromDeck.

The parameter was unused and would cause trouble in initBlackoilStateFromDeck.
This commit is contained in:
Markus Blatt
2014-04-09 14:26:40 +02:00
parent fdd19fd3f6
commit 0dcd0351fc
2 changed files with 1 additions and 3 deletions

View File

@@ -180,7 +180,6 @@ namespace Opm
template <class FaceCells, class FCI, class CCI, class Props, class State>
void initStateFromDeck(int number_of_cells,
const int* global_cell,
const int* cartdims,
int number_of_faces,
FaceCells face_cells,
FCI begin_face_centroids,