aboutsummaryrefslogtreecommitdiff
path: root/Carpet/CarpetIOBasic
diff options
context:
space:
mode:
Diffstat (limited to 'Carpet/CarpetIOBasic')
-rw-r--r--Carpet/CarpetIOBasic/src/iobasic.cc7
1 files changed, 4 insertions, 3 deletions
diff --git a/Carpet/CarpetIOBasic/src/iobasic.cc b/Carpet/CarpetIOBasic/src/iobasic.cc
index c6179a938..48192a7ba 100644
--- a/Carpet/CarpetIOBasic/src/iobasic.cc
+++ b/Carpet/CarpetIOBasic/src/iobasic.cc
@@ -624,9 +624,10 @@ namespace CarpetIOBasic {
- assert (last_output != cctk_iteration);
-
- assert (last_output < cctk_iteration);
+ // These should be true in general, but may be false if
+ // CCTK_OutputGH is called explicitly:
+ // assert (last_output != cctk_iteration);
+ // assert (last_output < cctk_iteration);
// Should be output during this iteration
return true;