mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#3183 Very minor rename of local variable to reflect reality.
This commit is contained in:
parent
1ce7701fa3
commit
8d6214b76d
@ -10,7 +10,7 @@
|
||||
///
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
RicWellSegmentLateralIntersection::RicWellSegmentLateralIntersection(const QString& gridName,
|
||||
size_t gridLocalCellIndex,
|
||||
size_t globalCellIndex,
|
||||
const cvf::Vec3st& gridLocalCellIJK,
|
||||
double startMD,
|
||||
double deltaMD,
|
||||
@ -18,7 +18,7 @@ RicWellSegmentLateralIntersection::RicWellSegmentLateralIntersection(const QStri
|
||||
double deltaTVD,
|
||||
const cvf::Vec3d& lengthsInCell)
|
||||
: m_gridName(gridName)
|
||||
, m_globalCellIndex(gridLocalCellIndex)
|
||||
, m_globalCellIndex(globalCellIndex)
|
||||
, m_gridLocalCellIJK(gridLocalCellIJK)
|
||||
, m_startMD(startMD)
|
||||
, m_deltaMD(deltaMD)
|
||||
|
Loading…
Reference in New Issue
Block a user