diff --git a/opm/core/wells/WellsManager_impl.hpp b/opm/core/wells/WellsManager_impl.hpp index d6c109739..3e23b6c61 100644 --- a/opm/core/wells/WellsManager_impl.hpp +++ b/opm/core/wells/WellsManager_impl.hpp @@ -347,7 +347,7 @@ WellsManager::init(const Opm::EclipseState& eclipseState, { std::vector gc = compressedToCartesian(number_of_cells, global_cell); for (int cell = 0; cell < number_of_cells; ++cell) { - dz[cell] = eclGrid.getCellThicknes(gc[cell]); + dz[cell] = eclGrid.getCellThickness(gc[cell]); } }