BUGfix. Use correct facedirection
This commit is contained in:
parent
7e4bff4a18
commit
c208d32498
@ -396,7 +396,7 @@ namespace Opm
|
||||
}
|
||||
}
|
||||
}
|
||||
pinFaces.push_back(interface_(grid, topCell, Opm::FaceDir::ZPlus));
|
||||
pinFaces.push_back(interface_(grid, topCell, Opm::FaceDir::ZMinus));
|
||||
pinCells.push_back(topCell);
|
||||
|
||||
tmp.insert(tmp.begin(), topCell);
|
||||
@ -410,7 +410,7 @@ namespace Opm
|
||||
}
|
||||
}
|
||||
}
|
||||
pinFaces.push_back(interface_(grid, botCell, Opm::FaceDir::ZMinus));
|
||||
pinFaces.push_back(interface_(grid, botCell, Opm::FaceDir::ZPlus));
|
||||
pinCells.push_back(botCell);
|
||||
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user