aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorErik Schnetter <schnetter@aei.mpg.de>2005-08-24 11:35:00 +0000
committerErik Schnetter <schnetter@aei.mpg.de>2005-08-24 11:35:00 +0000
commit3fa3cb729d794b56fbe9b67a2dcb0f482f916725 (patch)
tree79a016d3b4764600ad88213036b3e7718e2a2b25
parent5777d480ac68577f78af6a4518717c49489fcb13 (diff)
CarpetInterp: Remove commented out assert
darcs-hash:20050824113516-891bb-b3b73b0c0bc89ad54bd64d6919621e7a76d6accc.gz
-rw-r--r--Carpet/CarpetInterp/src/interp.cc3
1 files changed, 1 insertions, 2 deletions
diff --git a/Carpet/CarpetInterp/src/interp.cc b/Carpet/CarpetInterp/src/interp.cc
index 647e25d77..5d27b9988 100644
--- a/Carpet/CarpetInterp/src/interp.cc
+++ b/Carpet/CarpetInterp/src/interp.cc
@@ -1095,8 +1095,7 @@ namespace CarpetInterp {
private:
void for_no_interp (const InterpolationTimes & t, CCTK_REAL time )
{
- // We have to assume that any GF with one timelevel is constant in time!!!
- // assert (fabs((time - t.at(0)) / fabs(time + t.at(0) + cgh->cctk_delta_time)) < 1e-12);
+ // We have to assume that any GF with one timelevel is constant in time
at(0) = 1.0;
}