Rename RifEclipseOutputDataTable* to RifTextDataTable*

This commit is contained in:
Gaute Lindkvist
2019-10-15 11:30:06 +02:00
committed by Kristian Bendiksen
parent 98f9eef0da
commit d681b75d24
26 changed files with 611 additions and 619 deletions

View File

@@ -26,7 +26,7 @@ class RimEclipseCase;
class RimFractureTemplate;
class RimEllipseFractureTemplate;
class RimStimPlanFractureTemplate;
class RifEclipseDataTableFormatter;
class RifTextDataTableFormatter;
class RicWellPathFractureReportItem;
//==================================================================================================
@@ -57,5 +57,5 @@ private:
QString createConnectionsPerWellText(
const std::vector<RicWellPathFractureReportItem>& wellPathFractureReportItems ) const;
void configureFormatter( RifEclipseDataTableFormatter* formatter ) const;
void configureFormatter( RifTextDataTableFormatter* formatter ) const;
};