aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--schedule.ccl3
1 files changed, 2 insertions, 1 deletions
diff --git a/schedule.ccl b/schedule.ccl
index e26bf86..b6f879f 100644
--- a/schedule.ccl
+++ b/schedule.ccl
@@ -1,3 +1,5 @@
+# Schedule definitions for thorn IDBrillData
+# $Header$
if (CCTK_Equals(initial_data,"brilldata"))
{
@@ -9,7 +11,6 @@ if (CCTK_Equals(initial_data,"brilldata"))
schedule brilldata at CCTK_INITIAL
{
STORAGE: linearelliptic,brillconf
- COMMUNICATION: linearelliptic,brillconf
LANG: Fortran
} "Construct Brill wave initial data"
}