mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#4348 System , cppcheck : Remove duplicate test
This commit is contained in:
parent
25d5120190
commit
e4672aefa9
@ -287,7 +287,6 @@ void RimWellLogExtractionCurve::fieldChangedByUi(const caf::PdmFieldHandle* chan
|
|||||||
this->loadDataAndUpdate(true);
|
this->loadDataAndUpdate(true);
|
||||||
}
|
}
|
||||||
else if (changedField == &m_branchDetection ||
|
else if (changedField == &m_branchDetection ||
|
||||||
changedField == &m_branchIndex ||
|
|
||||||
changedField == &m_branchIndex)
|
changedField == &m_branchIndex)
|
||||||
{
|
{
|
||||||
clearGeneratedSimWellPaths();
|
clearGeneratedSimWellPaths();
|
||||||
@ -979,4 +978,4 @@ void RimWellLogExtractionCurve::setBranchDetection(bool branchDetection)
|
|||||||
void RimWellLogExtractionCurve::setBranchIndex(int index)
|
void RimWellLogExtractionCurve::setBranchIndex(int index)
|
||||||
{
|
{
|
||||||
m_branchIndex = index;
|
m_branchIndex = index;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user