Skip to content

Commit

Permalink
Fixes by clang-format
Browse files Browse the repository at this point in the history
  • Loading branch information
magnesj committed Sep 8, 2023
1 parent a02ef5f commit 13576c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ApplicationLibCode/ProjectDataModel/RiaOpmParserTools.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -259,7 +259,7 @@ std::vector<RiaOpmParserTools::AicdTemplateValues> RiaOpmParserTools::extractWse
{
auto deckItem = deckRecord.getItem( i );
if ( !deckItem.hasValue( 0 ) ) continue;
if (!keywordsToExtract.contains(deckItem.name())) continue;
if ( !keywordsToExtract.contains( deckItem.name() ) ) continue;

auto typeTag = deckItem.getType();
if ( typeTag == Opm::type_tag::fdouble )
Expand Down

0 comments on commit 13576c2

Please sign in to comment.