aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorallen <allen@a678b1cf-93e1-4b43-a69d-d43939e66649>2000-01-25 10:10:06 +0000
committerallen <allen@a678b1cf-93e1-4b43-a69d-d43939e66649>2000-01-25 10:10:06 +0000
commit80836269c0de9ea94d4fd7a0c4ad57e6ac4a16f4 (patch)
treeedc0e3ecf8a59778253405aaae2e787630c7f48a
parent3ea0433ba46e938d6deed8d4dca8ec27c97e157b (diff)
Removing COMM
git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinInitialData/IDBrillData/trunk@17 a678b1cf-93e1-4b43-a69d-d43939e66649
-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"
}