From 3b0a847e8d5844efb3a4b52ad016764aa8bfcdab Mon Sep 17 00:00:00 2001 From: Erik Schnetter Date: Tue, 15 Oct 2013 16:38:52 -0400 Subject: CarpetLib: Remove unnecessary parentheses --- Carpet/CarpetLib/src/dh.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Carpet/CarpetLib/src/dh.cc b/Carpet/CarpetLib/src/dh.cc index 7b8250839..83a0b0af4 100644 --- a/Carpet/CarpetLib/src/dh.cc +++ b/Carpet/CarpetLib/src/dh.cc @@ -1071,7 +1071,7 @@ regrid (bool const do_init) // _should_ be caught be by the expand()ed is_contained_in(srcbbox) // test in the actual operator. int const shrink_by = - use_higher_order_restriction and (h.refcent == cell_centered) ? + use_higher_order_restriction and h.refcent == cell_centered ? restriction_order_space/2 : 0; ibbox const contracted_exterior = box.exterior.expand(ivect(-shrink_by)).contracted_for(odomext); -- cgit v1.2.3