mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#4732 Switch P10/P90 for Ensemble RFT
This commit is contained in:
@@ -23,6 +23,7 @@
|
||||
#include "RiaColorTools.h"
|
||||
#include "RiaDateStringParser.h"
|
||||
#include "RiaSimWellBranchTools.h"
|
||||
#include "RiaStatisticsTools.h"
|
||||
|
||||
#include "RifReaderEclipseRft.h"
|
||||
|
||||
@@ -472,7 +473,8 @@ void RimWellRftPlot::updateCurvesInPlot( const std::set<RiaRftPltCurveDefinition
|
||||
curve->setLineStyle( RiuQwtPlotCurve::STYLE_SOLID );
|
||||
QString uiText = caf::AppEnum<RifEclipseRftAddress::RftWellLogChannelType>::uiText(
|
||||
rftAddress.wellLogChannel() );
|
||||
QString label = uiText.replace( "Pressure", "" );
|
||||
QString label = uiText.replace( ": Pressure", "" );
|
||||
label = RiaStatisticsTools::replacePercentileByPValueText( label );
|
||||
curve->setSymbolLabel( label );
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user