Refactor: rename method.

This commit is contained in:
Kristian Bendiksen
2023-10-02 10:50:11 +02:00
parent b43e6e2e8a
commit 651235b352
4 changed files with 5 additions and 5 deletions

View File

@@ -3178,7 +3178,7 @@ void RimWellLogTrack::updateCurveDataRegionsOnPlot()
curveData.md = geoMechWellLogExtractor->cellIntersectionMDs();
curveData.tvd = geoMechWellLogExtractor->cellIntersectionTVDs();
RimWellLogExtractionCurve::findAndLoadWbsParametersFromLasFiles( wellPath, geoMechWellLogExtractor );
RimWellLogExtractionCurve::findAndLoadWbsParametersFromFiles( wellPath, geoMechWellLogExtractor );
RimWellBoreStabilityPlot* wbsPlot = firstAncestorOrThisOfType<RimWellBoreStabilityPlot>();
if ( wbsPlot )
{