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:
committed by
Magne Sjaastad
parent
96c7ac422f
commit
beef70a791
@@ -80,9 +80,9 @@ bool RifSurfaceExporter::writeGocadTSurfFile( const QString& fil
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
///
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
bool RifSurfaceExporter::writePetrellPtlFile( const QString& fileName,
|
||||
const std::vector<cvf::Vec3d>& vertices,
|
||||
const std::vector<std::pair<unsigned int, unsigned int>>& columnRowIndices )
|
||||
bool RifSurfaceExporter::writePetrelPtlFile( const QString& fileName,
|
||||
const std::vector<cvf::Vec3d>& vertices,
|
||||
const std::vector<std::pair<unsigned int, unsigned int>>& columnRowIndices )
|
||||
{
|
||||
if ( vertices.size() != columnRowIndices.size() ) return false;
|
||||
|
||||
|
||||
@@ -34,7 +34,7 @@ public:
|
||||
const std::vector<cvf::Vec3d>& vertices,
|
||||
const std::vector<unsigned>& triangleIndices );
|
||||
|
||||
static bool writePetrellPtlFile( const QString& fileName,
|
||||
const std::vector<cvf::Vec3d>& vertices,
|
||||
const std::vector<std::pair<unsigned int, unsigned int>>& columnRowIndices );
|
||||
static bool writePetrelPtlFile( const QString& fileName,
|
||||
const std::vector<cvf::Vec3d>& vertices,
|
||||
const std::vector<std::pair<unsigned int, unsigned int>>& columnRowIndices );
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user