mirror of
https://github.com/OPM/ResInsight.git
synced 2025-01-24 07:16:53 -06:00
#1194 Increased size of arrow head for well head
This commit is contained in:
parent
afb628d8bc
commit
18f77e16b5
@ -220,6 +220,10 @@ void RivWellHeadPartMgr::buildWellHeadParts(size_t frameIndex)
|
||||
}
|
||||
|
||||
double ijScaleFactor = arrowLength / 6;
|
||||
if (wellResultFrame.m_isOpen)
|
||||
{
|
||||
ijScaleFactor *= 1.1;
|
||||
}
|
||||
matr(0, 0) *= ijScaleFactor;
|
||||
matr(1, 1) *= ijScaleFactor;
|
||||
matr(2, 2) *= arrowLength;
|
||||
|
Loading…
Reference in New Issue
Block a user