mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
add cartesianCoordianteLevel in ALUCartIdxMapp, used in RelperDiag
This commit is contained in:
@@ -850,7 +850,7 @@ namespace Opm {
|
||||
std::string cellIdx;
|
||||
{
|
||||
std::array<int, 3> ijk;
|
||||
cartesianIndexMapper.cartesianCoordinate(c, ijk);
|
||||
cartesianIndexMapper.cartesianCoordinateLevel(c, ijk, 0);
|
||||
cellIdx = "(" + std::to_string(ijk[0]) + ", " +
|
||||
std::to_string(ijk[1]) + ", " +
|
||||
std::to_string(ijk[2]) + ")";
|
||||
|
||||
Reference in New Issue
Block a user