mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Fixes by clang-format
This commit is contained in:
committed by
Magne Sjaastad
parent
64a719b1f4
commit
6b5f4dddc9
@@ -152,7 +152,7 @@ bool RicImportFaciesFeature::matchByName( const QString name, RimColorLegend* co
|
||||
int RicImportFaciesFeature::computeEditDistance( const QString& a, const QString& b )
|
||||
{
|
||||
// Remove common words from the domain which does not help in the matching
|
||||
std::vector<QString> stopWords = { "rocks", "rock", "stones", "stone" };
|
||||
std::vector<QString> stopWords = {"rocks", "rock", "stones", "stone"};
|
||||
QString aSimplified = a.toLower();
|
||||
QString bSimplified = b.toLower();
|
||||
for ( auto r : stopWords )
|
||||
|
||||
Reference in New Issue
Block a user