mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Add optional IJK to ResultPoint for easier debugging
This commit is contained in:
@@ -301,3 +301,19 @@ cvf::Vec3d RigWellResultPoint::bottomPosition() const
|
||||
{
|
||||
return m_bottomPosition;
|
||||
}
|
||||
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
///
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
std::optional<caf::VecIjk> RigWellResultPoint::cellIjk() const
|
||||
{
|
||||
return m_cellIjk;
|
||||
}
|
||||
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
///
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
void RigWellResultPoint::setIjk( caf::VecIjk cellIJK )
|
||||
{
|
||||
m_cellIjk = cellIJK;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user