mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Fix warnings
This commit is contained in:
@@ -1691,7 +1691,6 @@ void RimWellLogTrack::updateFormationNamesOnPlot()
|
|||||||
}
|
}
|
||||||
|
|
||||||
std::vector<QString> formationNamesToPlot;
|
std::vector<QString> formationNamesToPlot;
|
||||||
std::vector<std::pair<double, double>> yValues;
|
|
||||||
|
|
||||||
RimWellLogPlot* plot = nullptr;
|
RimWellLogPlot* plot = nullptr;
|
||||||
firstAncestorOrThisOfTypeAsserted(plot);
|
firstAncestorOrThisOfTypeAsserted(plot);
|
||||||
@@ -1747,6 +1746,7 @@ void RimWellLogTrack::updateFormationNamesOnPlot()
|
|||||||
RigFemResultAddress(RIG_FORMATION_NAMES, activeFormationNamesResultName, ""));
|
RigFemResultAddress(RIG_FORMATION_NAMES, activeFormationNamesResultName, ""));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
std::vector<std::pair<double, double>> yValues;
|
||||||
std::vector<QString> formationNamesVector = RimWellLogTrack::formationNamesVector(m_formationCase);
|
std::vector<QString> formationNamesVector = RimWellLogTrack::formationNamesVector(m_formationCase);
|
||||||
|
|
||||||
RimWellLogTrack::findFormationNamesToPlot(curveData,
|
RimWellLogTrack::findFormationNamesToPlot(curveData,
|
||||||
|
|||||||
@@ -295,8 +295,6 @@ void RigWellLogExtractor::populateReturnArrays(std::map<RigMDCellIdxEnterLeaveKe
|
|||||||
++it1; // Discard 10 and jump to 11 and hope that recovers us
|
++it1; // Discard 10 and jump to 11 and hope that recovers us
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
|
|
||||||
CVF_ASSERT(false); // Should never end here
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user