From 16e1ac66c25d31dd7f9ff7f087185a8417829f14 Mon Sep 17 00:00:00 2001 From: Erik Schnetter Date: Wed, 29 May 2024 11:38:16 -0400 Subject: [PATCH] CarpetX: Allow larger grid function groups for prolongation --- CarpetX/src/prolongate_3d_rf2_impl.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CarpetX/src/prolongate_3d_rf2_impl.hxx b/CarpetX/src/prolongate_3d_rf2_impl.hxx index b2296ca99..66b3cb450 100644 --- a/CarpetX/src/prolongate_3d_rf2_impl.hxx +++ b/CarpetX/src/prolongate_3d_rf2_impl.hxx @@ -1498,7 +1498,7 @@ void prolongate_3d_rf2< const amrex::RunOn gpu_or_cpu) { DECLARE_CCTK_PARAMETERS; - constexpr int maxncomps = 10; + constexpr int maxncomps = 16; assert(ncomps <= maxncomps); static std::once_flag have_timers;