mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#1186 - pre-proto - Bugfix in reading of NTG.
This commit is contained in:
parent
5c6fc9dbcb
commit
073c7a6ecc
@ -304,7 +304,7 @@ void RimFracture::computeTransmissibility(RimEclipseCase* caseToApply)
|
||||
double dy = dataAccessObjectDy->cellScalarGlobIdx(fracCell);
|
||||
double dz = dataAccessObjectDz->cellScalarGlobIdx(fracCell);
|
||||
|
||||
double NTG = dataAccessObjectDx->cellScalarGlobIdx(fracCell);
|
||||
double NTG = dataAccessObjectNTG->cellScalarGlobIdx(fracCell);
|
||||
|
||||
cvf::Vec3d localX;
|
||||
cvf::Vec3d localY;
|
||||
|
Loading…
Reference in New Issue
Block a user