aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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"