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:
@@ -41,7 +41,7 @@ public:
|
||||
|
||||
caf::PdmObjectHandle* execute() override;
|
||||
|
||||
static bool readMinMaxLayerFromGridFile( const QString& gridFileName, int& minK, int& maxK );
|
||||
static bool readMinMaxLayerFromGridFile( const QString& gridFileName, int& minK, int& maxK );
|
||||
static std::pair<bool, QStringList> extractSurfaces( const QString& gridModelFileName,
|
||||
const std::vector<int>& layers,
|
||||
int minI = -1,
|
||||
|
||||
Reference in New Issue
Block a user