mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
Rename dirId() to faceDirFromDirId()
This commit is contained in:
@@ -271,7 +271,7 @@ public:
|
||||
const auto& materialLawManager = problem.materialLawManager();
|
||||
FaceDir::DirEnum facedir = FaceDir::DirEnum::Unknown; // Use an arbitrary
|
||||
if (materialLawManager->hasDirectionalRelperms()) {
|
||||
facedir = scvf.dirId();
|
||||
facedir = scvf.faceDirFromDirId();
|
||||
}
|
||||
Scalar thpres = problem.thresholdPressure(globalIndexIn, globalIndexEx);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user