mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#6314 Rename to RifSurfaceImporter
Co-authored-by: Ruben Manuel Thoms <ruben.thoms@ceetronsolutions.com>
This commit is contained in:
@@ -18,7 +18,7 @@
|
||||
|
||||
#include "RimFileSurface.h"
|
||||
|
||||
#include "RifSurfaceReader.h"
|
||||
#include "RifSurfaceImporter.h"
|
||||
#include "RigGocadData.h"
|
||||
#include "RigSurface.h"
|
||||
#include "RimSurfaceCollection.h"
|
||||
@@ -172,13 +172,13 @@ bool RimFileSurface::loadDataFromFile()
|
||||
QString filePath = this->surfaceFilePath();
|
||||
if ( filePath.endsWith( "ptl", Qt::CaseInsensitive ) )
|
||||
{
|
||||
surface = RifSurfaceReader::readPetrelFile( filePath );
|
||||
surface = RifSurfaceImporter::readPetrelFile( filePath );
|
||||
}
|
||||
else if ( filePath.endsWith( "ts", Qt::CaseInsensitive ) )
|
||||
{
|
||||
m_gocadData.reset( new RigGocadData );
|
||||
|
||||
RifSurfaceReader::readGocadFile( filePath, m_gocadData.get() );
|
||||
RifSurfaceImporter::readGocadFile( filePath, m_gocadData.get() );
|
||||
|
||||
surface = m_gocadData->gocadGeometry();
|
||||
}
|
||||
|
||||
@@ -22,7 +22,7 @@
|
||||
|
||||
#include "RigSurface.h"
|
||||
|
||||
#include "RifSurfaceReader.h"
|
||||
#include "RifSurfaceImporter.h"
|
||||
|
||||
#include "cafPdmUiDoubleSliderEditor.h"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user