From 5945d3ac22fa5284a3271b9a2ccaa6fbc5ee7319 Mon Sep 17 00:00:00 2001 From: Christian Glusa Date: Mon, 14 Oct 2024 07:38:10 -0600 Subject: [PATCH] MueLu: Fix clang-format Signed-off-by: Christian Glusa --- packages/muelu/test/unit_tests/IntrepidPCoarsenFactory.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/muelu/test/unit_tests/IntrepidPCoarsenFactory.cpp b/packages/muelu/test/unit_tests/IntrepidPCoarsenFactory.cpp index 6a1082a19a06..c324c1cc300f 100644 --- a/packages/muelu/test/unit_tests/IntrepidPCoarsenFactory.cpp +++ b/packages/muelu/test/unit_tests/IntrepidPCoarsenFactory.cpp @@ -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;