mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
clang-format: Set column width to 140
* Set column width to 140 * Use c++20 * Remove redundant virtual
This commit is contained in:
@@ -63,7 +63,7 @@ caf::PdmObjectHandle* RimcCommandRouter_extractSurfaces::execute()
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
///
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
std::pair<bool, QStringList> RimcCommandRouter_extractSurfaces::extractSurfaces( const QString& gridModelFilename,
|
||||
std::pair<bool, QStringList> RimcCommandRouter_extractSurfaces::extractSurfaces( const QString& gridModelFilename,
|
||||
const std::vector<int>& layers,
|
||||
int minI,
|
||||
int maxI,
|
||||
@@ -138,8 +138,7 @@ std::pair<bool, QStringList> RimcCommandRouter_extractSurfaces::extractSurfaces(
|
||||
}
|
||||
|
||||
// Write to TS file on disk
|
||||
QString surfaceFilename = fi.absoluteDir().absolutePath() +
|
||||
QString( "/%1/layer-%2.ts" ).arg( surfaceExportDirName ).arg( layer );
|
||||
QString surfaceFilename = fi.absoluteDir().absolutePath() + QString( "/%1/layer-%2.ts" ).arg( surfaceExportDirName ).arg( layer );
|
||||
|
||||
// TODO: Add more info in surface comment
|
||||
if ( !RifSurfaceExporter::writeGocadTSurfFile( surfaceFilename, "Surface comment", vertices, triangleIndices ) )
|
||||
|
||||
Reference in New Issue
Block a user