aboutsummaryrefslogtreecommitdiff
path: root/Carpet/CarpetLib/src/data.cc
diff options
context:
space:
mode:
authorErik Schnetter <schnetter@cct.lsu.edu>2008-09-26 18:01:44 -0500
committerErik Schnetter <schnetter@cct.lsu.edu>2008-09-26 18:01:44 -0500
commit684bcebbb7b35e0e41d7d74622b5fba6599809c2 (patch)
tree52a28287f264d985cff5bd1a8b9af46549f73ac6 /Carpet/CarpetLib/src/data.cc
parent3fc1902091a7e3a99501d13367f231a27b6797e2 (diff)
CarpetLib: Correct text error message for non-existing prolongation operators
Diffstat (limited to 'Carpet/CarpetLib/src/data.cc')
-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);