aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorallen <allen@41e88fdd-2190-4c69-9c84-4659c8cf322e>2000-01-25 10:14:39 +0000
committerallen <allen@41e88fdd-2190-4c69-9c84-4659c8cf322e>2000-01-25 10:14:39 +0000
commitaf33b03d69125a6bb3dfc165cf664bf94171fafa (patch)
tree0f1fe7281bd02d3cb51d5c5a85c06c327611cb01
parentac675226b1f8063813c47fd66eefbe36eff4ecc4 (diff)
Removing COMM
git-svn-id: http://svn.cactuscode.org/arrangements/CactusWave/IDScalarWaveElliptic/trunk@21 41e88fdd-2190-4c69-9c84-4659c8cf322e
-rw-r--r--param.ccl2
-rw-r--r--schedule.ccl1
2 files changed, 1 insertions, 2 deletions
diff --git a/param.ccl b/param.ccl
index 4addfcc..673629f 100644
--- a/param.ccl
+++ b/param.ccl
@@ -27,7 +27,7 @@ BOOLEAN output_tmp "Output intermediate variables"
STRING solver "Name of elliptic solver"
{
-.*
+.* :: "Anything"
} "sor"
diff --git a/schedule.ccl b/schedule.ccl
index e410728..85fc066 100644
--- a/schedule.ccl
+++ b/schedule.ccl
@@ -4,6 +4,5 @@
schedule UniformCharge at CCTK_INITIAL
{
STORAGE: wavetoy::scalarevolve,ellcoeffs,outvars
- COMMUNICATION: wavetoy::scalarevolve
LANG: Fortran
} "Initial data (Uniform Charge) for 3D wave equation"