mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Remove unneccessary code
This commit is contained in:
parent
8ee0ddb317
commit
84c63e7df8
@ -851,10 +851,6 @@ std::map<int, std::vector<RimWellFlowRateCurve*>> RimWellLogTrack::visibleStacke
|
||||
RimWellFlowRateCurve* wfrCurve = dynamic_cast<RimWellFlowRateCurve*>(curve);
|
||||
if (wfrCurve != nullptr)
|
||||
{
|
||||
if (stackedCurves.count(wfrCurve->groupId()) == 0)
|
||||
{
|
||||
stackedCurves.insert(std::make_pair(wfrCurve->groupId(), std::vector<RimWellFlowRateCurve*>()));
|
||||
}
|
||||
stackedCurves[wfrCurve->groupId()].push_back(wfrCurve);
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user