aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorErik Schnetter <schnetter@cct.lsu.edu>2009-01-26 17:59:49 -0600
committerErik Schnetter <schnetter@cct.lsu.edu>2009-01-26 17:59:49 -0600
commita9d72b2fef20c1ddb114f05d32ab5279bc143d20 (patch)
treebfd959d5ebb6be31a2687241f0dca1213b020865
parent808ed68456e8ac7256da13eb3ee74ebfe4891260 (diff)
CarpetLib: Correct typo in error message
-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 f92724bb5..d19df3788 100644
--- a/Carpet/CarpetLib/src/data.cc
+++ b/Carpet/CarpetLib/src/data.cc
@@ -644,7 +644,7 @@ transfer_prolongate (data const * const src,
switch (order_space) {
case 1:
CCTK_WARN (CCTK_WARN_ABORT,
- "There is no stencil for op=\"ENO\" with order_space==1");
+ "There is no stencil for op=\"ENO\" with order_space=1");
break;
case 3:
call_operator<T> (& prolongate_3d_eno,