aboutsummaryrefslogtreecommitdiff
path: root/Carpet/CarpetLib/src/data.cc
diff options
context:
space:
mode:
authorErik Schnetter <schnetter@cct.lsu.edu>2009-11-10 15:46:34 -0600
committerBarry Wardell <barry.wardell@gmail.com>2011-12-14 16:45:16 +0000
commit738e6d091b0aa5c936966ed34d33e0a83fff6b4b (patch)
tree5fb3b15ce0b54f93de754a2d94c6e3929fc20c3d /Carpet/CarpetLib/src/data.cc
parent81458184edc34890821a583f6b03b851f6f5d9a0 (diff)
CarpetLib: Correct wording in error message
Diffstat (limited to 'Carpet/CarpetLib/src/data.cc')
-rw-r--r--Carpet/CarpetLib/src/data.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/Carpet/CarpetLib/src/data.cc b/Carpet/CarpetLib/src/data.cc
index b335073e9..b02e7f4b0 100644
--- a/Carpet/CarpetLib/src/data.cc
+++ b/Carpet/CarpetLib/src/data.cc
@@ -733,7 +733,7 @@ transfer_prolongate (data const * const src,
break;
default:
CCTK_WARN (CCTK_WARN_ABORT,
- "There is no vertex-centred stencil for op=\"LAGRANGE\" with order_space not in {1, 3, 5, 7, 9, 11}");
+ "There is no vertex-centred stencil for op=\"LAGRANGE\" or op=\"COPY\" with order_space not in {1, 3, 5, 7, 9, 11}");
break;
}
break;
@@ -771,7 +771,7 @@ transfer_prolongate (data const * const src,
break;
default:
CCTK_WARN (CCTK_WARN_ABORT,
- "There is no cell-centred stencil for op=\"LAGRANGE\" with order_space not in {0, 1, 2}");
+ "There is no cell-centred stencil for op=\"LAGRANGE\" or op=\"COPY\" with order_space not in {0, 1, 2}");
break;
}
break;