mirror of
https://github.com/OPM/ResInsight.git
synced 2026-09-03 20:53:13 -05:00
clang-format: Set column width to 140
* Set column width to 140 * Use c++20 * Remove redundant virtual
This commit is contained in:
@@ -64,8 +64,7 @@ void RicWellMeasurementImportTools::importWellMeasurementsFromFiles( const std::
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
///
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
void RicWellMeasurementImportTools::importWellMeasurementsFromFiles( const QStringList& filePaths,
|
||||
RimWellPathCollection* wellPathCollection )
|
||||
void RicWellMeasurementImportTools::importWellMeasurementsFromFiles( const QStringList& filePaths, RimWellPathCollection* wellPathCollection )
|
||||
{
|
||||
std::vector<RifWellMeasurement> wellMeasurements;
|
||||
try
|
||||
|
||||
Reference in New Issue
Block a user