aboutsummaryrefslogtreecommitdiff
path: root/Carpet/CarpetLib/src
diff options
context:
space:
mode:
Diffstat (limited to 'Carpet/CarpetLib/src')
-rw-r--r--Carpet/CarpetLib/src/data.cc2
1 files changed, 1 insertions, 1 deletions
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);