mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Fixed possible CppCheck detected bug regarding Result info and result plot for Geomech models. Triangle hit was not propagated properly.
This commit is contained in:
@@ -177,7 +177,7 @@ RiuGeoMechSelectionItem::RiuGeoMechSelectionItem(RimGeoMechView* view,
|
||||
m_elementFace(elementFace),
|
||||
m_localIntersectionPoint(localIntersectionPoint),
|
||||
m_hasIntersectionTriangle(true),
|
||||
m_intersectionTriangle(m_intersectionTriangle)
|
||||
m_intersectionTriangle(intersectionTriangle)
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user