aboutsummaryrefslogtreecommitdiff
path: root/Carpet/CarpetLib
diff options
context:
space:
mode:
authorcvs_anon <>2003-10-17 06:14:00 +0000
committercvs_anon <>2003-10-17 06:14:00 +0000
commitd694794a5ba943c11cc4e902657531b3f813c699 (patch)
tree82c2bd0b2a18e2664f12f89f56d226c3d7a7a109 /Carpet/CarpetLib
parent777850b0529ec0e360789b432b93dd1276df5f16 (diff)
Fixed bug in case PROLONG_TVD (missing break statement in case 1).
Fixed bug in case PROLONG_TVD (missing break statement in case 1). - Christian darcs-hash:20031017061441-62b91-caf11a681cb9c5d39858e666c1d281efb56d00b2.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 f676c5806..d2177364a 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.31 2003/10/15 07:14:01 hawke Exp $
+// $Header: /home/eschnett/C/carpet/Carpet/Carpet/CarpetLib/src/data.cc,v 1.32 2003/10/17 08:14:41 cvs_anon Exp $
#include <assert.h>
#include <limits.h>
@@ -689,6 +689,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],