changed typo for EclipseGrid member function

This commit is contained in:
Torbjørn Skille 2019-09-13 19:46:05 +02:00
parent 79df2fd097
commit a052f5cf88

View File

@ -347,7 +347,7 @@ WellsManager::init(const Opm::EclipseState& eclipseState,
{
std::vector<int> 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]);
}
}