From 684bcebbb7b35e0e41d7d74622b5fba6599809c2 Mon Sep 17 00:00:00 2001 From: Erik Schnetter Date: Fri, 26 Sep 2008 18:01:44 -0500 Subject: CarpetLib: Correct text error message for non-existing prolongation operators --- Carpet/CarpetLib/src/data.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Carpet/CarpetLib/src') diff --git a/Carpet/CarpetLib/src/data.cc b/Carpet/CarpetLib/src/data.cc index 0629a60ef..608b78cb5 100644 --- a/Carpet/CarpetLib/src/data.cc +++ b/Carpet/CarpetLib/src/data.cc @@ -631,7 +631,7 @@ transfer_prolongate (data const * const src, break; default: CCTK_WARN (CCTK_WARN_ABORT, - "There is no stencil for op=\"LAGRANGE\" with order_space not in {1, 3, 5}"); + "There is no stencil for op=\"LAGRANGE\" with order_space not in {1, 3, 5, 7, 9, 11}"); break; } timer.stop (0); -- cgit v1.2.3