mirror of
https://github.com/OPM/ResInsight.git
synced 2025-01-26 00:06:49 -06:00
#2141 Fracture Legend : Update model when ellipse conductivity changes
This commit is contained in:
parent
04a91b92f4
commit
0674eaefbf
@ -80,7 +80,10 @@ void RimEllipseFractureTemplate::fieldChangedByUi(const caf::PdmFieldHandle* cha
|
|||||||
{
|
{
|
||||||
RimFractureTemplate::fieldChangedByUi(changedField, oldValue, newValue);
|
RimFractureTemplate::fieldChangedByUi(changedField, oldValue, newValue);
|
||||||
|
|
||||||
if (changedField == &m_halfLength || changedField == &m_height)
|
if ( changedField == &m_halfLength
|
||||||
|
|| changedField == &m_height
|
||||||
|
|| changedField == &m_width
|
||||||
|
|| changedField == &m_permeability)
|
||||||
{
|
{
|
||||||
//Changes to one of these parameters should change all fractures with this fracture template attached.
|
//Changes to one of these parameters should change all fractures with this fracture template attached.
|
||||||
RimProject* proj;
|
RimProject* proj;
|
||||||
|
Loading…
Reference in New Issue
Block a user