mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Refactor fracture model result calculation to be independent of display.
This commit is contained in:
@@ -20,7 +20,7 @@
|
||||
|
||||
#include <vector>
|
||||
|
||||
class RimFractureModelPlot;
|
||||
class RimFractureModel;
|
||||
class QString;
|
||||
class QTextStream;
|
||||
|
||||
@@ -30,7 +30,7 @@ class QTextStream;
|
||||
class RifFractureModelGeologicalFrkExporter
|
||||
{
|
||||
public:
|
||||
static bool writeToFile( RimFractureModelPlot* plot, bool useDetailedFluidLoss, const QString& filepath );
|
||||
static bool writeToFile( RimFractureModel* plot, bool useDetailedFluidLoss, const QString& filepath );
|
||||
|
||||
private:
|
||||
static void appendHeaderToStream( QTextStream& stream );
|
||||
|
||||
Reference in New Issue
Block a user