mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Fix spelling of "Petrel"
This commit is contained in:
parent
96c7ac422f
commit
beef70a791
@ -84,7 +84,7 @@ void RicExportKLayerToPtlFeature::onActionTriggered( bool isChecked )
|
||||
|
||||
if ( surf->exportStructSurfaceFromGridCase( &vertices, &structGridVertexIndices ) )
|
||||
{
|
||||
RifSurfaceExporter::writePetrellPtlFile( fileName, vertices, structGridVertexIndices );
|
||||
RifSurfaceExporter::writePetrelPtlFile( fileName, vertices, structGridVertexIndices );
|
||||
}
|
||||
}
|
||||
}
|
||||
@ -95,5 +95,5 @@ void RicExportKLayerToPtlFeature::onActionTriggered( bool isChecked )
|
||||
void RicExportKLayerToPtlFeature::setupActionLook( QAction* actionToSetup )
|
||||
{
|
||||
actionToSetup->setIcon( QIcon( ":/ReservoirSurfaces16x16.png" ) );
|
||||
actionToSetup->setText( "Export Grid Case Surface to Petrell ptl-file" );
|
||||
actionToSetup->setText( "Export Grid Case Surface to Petrel ptl-file" );
|
||||
}
|
||||
|
@ -80,7 +80,7 @@ bool RifSurfaceExporter::writeGocadTSurfFile( const QString& fil
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
///
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
bool RifSurfaceExporter::writePetrellPtlFile( const QString& fileName,
|
||||
bool RifSurfaceExporter::writePetrelPtlFile( const QString& fileName,
|
||||
const std::vector<cvf::Vec3d>& vertices,
|
||||
const std::vector<std::pair<unsigned int, unsigned int>>& columnRowIndices )
|
||||
{
|
||||
|
@ -34,7 +34,7 @@ public:
|
||||
const std::vector<cvf::Vec3d>& vertices,
|
||||
const std::vector<unsigned>& triangleIndices );
|
||||
|
||||
static bool writePetrellPtlFile( const QString& fileName,
|
||||
static bool writePetrelPtlFile( const QString& fileName,
|
||||
const std::vector<cvf::Vec3d>& vertices,
|
||||
const std::vector<std::pair<unsigned int, unsigned int>>& columnRowIndices );
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user