aboutsummaryrefslogtreecommitdiff
path: root/Carpet/CarpetLib
diff options
context:
space:
mode:
authorhawke <>2003-11-20 07:28:00 +0000
committerhawke <>2003-11-20 07:28:00 +0000
commitab573d40550b2de2b9003d22237d7c6bd5db9b6c (patch)
tree9ba1552b3f2a63d0a07cfbe6b58099cac7d09835 /Carpet/CarpetLib
parent97668ea4a5575edb213ffcfc9727281b7686def8 (diff)
Missing break in TVD interpolator case statement.
darcs-hash:20031120072851-58737-e1aef776341af758afc99b27f175463b3ad508c2.gz
Diffstat (limited to 'Carpet/CarpetLib')
-rw-r--r--Carpet/CarpetLib/src/data.cc3
1 files changed, 2 insertions, 1 deletions
diff --git a/Carpet/CarpetLib/src/data.cc b/Carpet/CarpetLib/src/data.cc
index b11c58fa3..63e0afeb1 100644
--- a/Carpet/CarpetLib/src/data.cc
+++ b/Carpet/CarpetLib/src/data.cc
@@ -1,4 +1,4 @@
-// $Header: /home/eschnett/C/carpet/Carpet/Carpet/CarpetLib/src/data.cc,v 1.34 2003/11/06 13:50:37 schnetter Exp $
+// $Header: /home/eschnett/C/carpet/Carpet/Carpet/CarpetLib/src/data.cc,v 1.35 2003/11/20 08:28:51 hawke Exp $
#include <assert.h>
#include <limits.h>
@@ -908,6 +908,7 @@ void data<CCTK_REAL8,3>
(CCTK_REAL8*)storage(), time,
dstshp[0], dstshp[1], dstshp[2],
srcbbox, dstbbox, regbbox);
+ break;
case 2:
CCTK_FNAME(prolongate_3d_real8_3tl_minmod)
((const CCTK_REAL8*)srcs[0]->storage(), times[0],