aboutsummaryrefslogtreecommitdiff
path: root/Carpet
diff options
context:
space:
mode:
authorbzink <>2004-05-11 05:53:00 +0000
committerbzink <>2004-05-11 05:53:00 +0000
commit4a96e83584bf1bf1a2b14fbd6bde28ff89a293c9 (patch)
treea1774145d13e3285743a67a9a67ad1d1f3a0dc90 /Carpet
parentda8682eb17538fcf501a8cf22bb298f47e326c92 (diff)
Removed an assert in line 556. This assert compares CCTK_REALs, and can
lead to a code stop after recovery. darcs-hash:20040511055304-5b8bb-fb243c24af5033c8486914703840895e0bbc82f1.gz
Diffstat (limited to 'Carpet')
-rw-r--r--Carpet/CarpetLib/src/ggf.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/Carpet/CarpetLib/src/ggf.cc b/Carpet/CarpetLib/src/ggf.cc
index 49ba695c8..c273551e9 100644
--- a/Carpet/CarpetLib/src/ggf.cc
+++ b/Carpet/CarpetLib/src/ggf.cc
@@ -1,4 +1,4 @@
-// $Header: /home/eschnett/C/carpet/Carpet/Carpet/CarpetLib/src/ggf.cc,v 1.40 2004/04/20 11:55:52 schnetter Exp $
+// $Header: /home/eschnett/C/carpet/Carpet/Carpet/CarpetLib/src/ggf.cc,v 1.41 2004/05/11 07:53:04 bzink Exp $
#include <assert.h>
#include <stdlib.h>
@@ -553,7 +553,7 @@ void ggf<D>::ref_restrict (comm_state<D>& state,
CCTK_REAL time)
{
// Require same times
- assert (t.get_time(rl,ml) == t.get_time(rl+1,ml));
+ // assert (t.get_time(rl,ml) == t.get_time(rl+1,ml));
if (transport_operator == op_none) return;
const vector<int> tl2s(1,tl);
intercat (state,