mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#2665 Fix draw plane position error with changed width
This commit is contained in:
parent
584c1084c0
commit
436420b648
@ -185,7 +185,7 @@ double Riv3dWellLogPlanePartMgr::wellPathCenterToPlotStartOffset(Rim3dWellLogCur
|
||||
}
|
||||
else
|
||||
{
|
||||
return -cellSize * 2;
|
||||
return -0.5*planeWidth();
|
||||
}
|
||||
}
|
||||
|
||||
@ -198,7 +198,7 @@ double Riv3dWellLogPlanePartMgr::planeWidth() const
|
||||
|
||||
double cellSize = m_gridView->ownerCase()->characteristicCellSize();
|
||||
|
||||
return cellSize * 4;
|
||||
return cellSize * 1.0;
|
||||
}
|
||||
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
|
Loading…
Reference in New Issue
Block a user