mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
CppCheck : Add const
This commit is contained in:
@@ -73,7 +73,7 @@ RifEclipseOutputTableColumn floatNumberColumn(const QString& text)
|
||||
QString RicWellPathFractureTextReportFeatureImpl::wellPathFractureReport(
|
||||
RimEclipseCase* sourceCase,
|
||||
const std::vector<RimWellPath*>& wellPaths,
|
||||
const std::vector<RicWellPathFractureReportItem>& wellPathFractureReportItems)
|
||||
const std::vector<RicWellPathFractureReportItem>& wellPathFractureReportItems) const
|
||||
{
|
||||
QString lineStart = "--";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user