Tab -> spaces

This commit is contained in:
Rebecca Cox
2017-11-07 10:02:43 +01:00
parent a4d658423d
commit 630dbd0ffc

View File

@@ -245,17 +245,23 @@ void RimWellLogTrack::fieldChangedByUi(const caf::PdmFieldHandle* changedField,
{
loadDataAndUpdate();
RimWellRftPlot* rftPlot(nullptr);
RimWellRftPlot* rftPlot(nullptr);
firstAncestorOrThisOfType(rftPlot);
if (rftPlot)
if (rftPlot)
{
rftPlot->updateConnectedEditors();
}
else
{
}
RimWellPltPlot* pltPlot(nullptr);
firstAncestorOrThisOfType(pltPlot);
if (pltPlot)
RimWellPltPlot* pltPlot(nullptr);
{
pltPlot->updateConnectedEditors();
}
}
}
else if (changedField == &m_formationCase)
@@ -291,7 +297,8 @@ void RimWellLogTrack::fieldChangedByUi(const caf::PdmFieldHandle* changedField,
else if (changedField == &m_formationBranchIndex)
{
loadDataAndUpdate();
}
}
//--------------------------------------------------------------------------------------------------
///