Skip to content

Commit

Permalink
Fix integrated tests
Browse files Browse the repository at this point in the history
  • Loading branch information
dkachuma committed Jul 5, 2024
1 parent 11e249b commit d9c9081
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ struct ComponentSelector< true, camp::int_seq< integer, Is ... > >
#pragma GCC diagnostic push
#pragma GCC diagnostic ignored "-Wparentheses"
#endif
bool const supported = ( ((numComps == Is) && (lambda( fluid, std::integral_constant< integer, Is >() ), true)) || ...) || false;
bool const supported = ( ((numComps == Is) && (lambda( fluid, std::integral_constant< integer, Is >() ), true)) || ...);
#if (defined(__GNUC__) && (__GNUC__ < 10))
#pragma GCC diagnostic pop
#endif
Expand Down

0 comments on commit d9c9081

Please sign in to comment.