Skip to content

Commit

Permalink
Merge Pull Request #13527 from cgcgcg/Trilinos/clang-format-fix
Browse files Browse the repository at this point in the history
Automatically Merged using Trilinos Pull Request AutoTester
PR Title: b'MueLu: Fix clang-format'
PR Author: cgcgcg
  • Loading branch information
trilinos-autotester authored Oct 14, 2024
2 parents 5cdda85 + 5945d3a commit 4b22477
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/muelu/test/unit_tests/IntrepidPCoarsenFactory.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ namespace MueLuTests {
#ifndef TEST_MORE_COMBINATIONS
static const int MAX_LINE_DEGREE = (Intrepid2::Parameters::MaxOrder < 10) ? Intrepid2::Parameters::MaxOrder : 10;
static const int MAX_QUAD_DEGREE = (Intrepid2::Parameters::MaxOrder < 10) ? Intrepid2::Parameters::MaxOrder : 10;
static const int MAX_HEX_DEGREE = (Intrepid2::Parameters::MaxOrder < 4) ? Intrepid2::Parameters::MaxOrder : 4;
static const int MAX_HEX_DEGREE = (Intrepid2::Parameters::MaxOrder < 4) ? Intrepid2::Parameters::MaxOrder : 4;
static const int MAX_RANK_COUNT = 4;
#else
static const int MAX_LINE_DEGREE = Intrepid2::Parameters::MaxOrder;
Expand Down

0 comments on commit 4b22477

Please sign in to comment.