mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#1585 Moved obsolete RigFracturedEclipseCellExportData to obsoleted code
This commit is contained in:
@@ -52,23 +52,6 @@
|
||||
|
||||
|
||||
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
/// Constructor
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
RifFractureExportTools::RifFractureExportTools()
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
/// Destructor
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
RifFractureExportTools::~RifFractureExportTools()
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
///
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
|
||||
@@ -46,9 +46,6 @@ class RimWellPath;
|
||||
class RifFractureExportTools
|
||||
{
|
||||
public:
|
||||
RifFractureExportTools();
|
||||
virtual ~RifFractureExportTools();
|
||||
|
||||
static bool exportFracturesToEclipseDataInputFile(const QString& fileName,
|
||||
const std::vector<RimFracture*>& fractures,
|
||||
RimEclipseCase* caseToApply);
|
||||
|
||||
Reference in New Issue
Block a user