mirror of
https://github.com/OPM/opm-simulators.git
synced 2024-11-26 11:10:19 -06:00
changed typo for EclipseGrid member function
This commit is contained in:
parent
79df2fd097
commit
a052f5cf88
@ -347,7 +347,7 @@ WellsManager::init(const Opm::EclipseState& eclipseState,
|
|||||||
{
|
{
|
||||||
std::vector<int> gc = compressedToCartesian(number_of_cells, global_cell);
|
std::vector<int> gc = compressedToCartesian(number_of_cells, global_cell);
|
||||||
for (int cell = 0; cell < number_of_cells; ++cell) {
|
for (int cell = 0; cell < number_of_cells; ++cell) {
|
||||||
dz[cell] = eclGrid.getCellThicknes(gc[cell]);
|
dz[cell] = eclGrid.getCellThickness(gc[cell]);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user