mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
Renamed function in ecfvstencil.hh
Use the new name of the dirId() function in ecfvstencil.hh
This commit is contained in:
parent
cbdec23e50
commit
c6129ad9a4
@ -288,7 +288,7 @@ public:
|
||||
const auto& materialLawManager = problem.materialLawManager();
|
||||
FaceDir::DirEnum facedir = FaceDir::DirEnum::Unknown;
|
||||
if (materialLawManager->hasDirectionalRelperms()) {
|
||||
facedir = scvf.dirId(); // direction (X, Y, or Z) of the face
|
||||
facedir = scvf.faceDirFromDirId(); // direction (X, Y, or Z) of the face
|
||||
}
|
||||
if (upwindIsInterior)
|
||||
volumeFlux[phaseIdx] =
|
||||
|
Loading…
Reference in New Issue
Block a user