aboutsummaryrefslogtreecommitdiff
path: root/Carpet/CarpetInterp2
diff options
context:
space:
mode:
Diffstat (limited to 'Carpet/CarpetInterp2')
-rw-r--r--Carpet/CarpetInterp2/src/fasterp.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/Carpet/CarpetInterp2/src/fasterp.cc b/Carpet/CarpetInterp2/src/fasterp.cc
index 00a667f02..740bb9827 100644
--- a/Carpet/CarpetInterp2/src/fasterp.cc
+++ b/Carpet/CarpetInterp2/src/fasterp.cc
@@ -1054,7 +1054,7 @@ namespace CarpetInterp2 {
}
assert (dyndata.activetimelevels > tl);
#endif
- assert (values.AT(v) != NULL);
+ assert (recv_descr.npoints == 0 or values.AT(v) != NULL);
}
MPI_Comm & comm_world = * (MPI_Comm *) GetMPICommWorld (cctkGH);