summaryrefslogtreecommitdiff
path: root/src/param.ccl
diff options
context:
space:
mode:
authortradke <tradke@17b73243-c579-4c4c-a9d2-2d5706c11dac>2006-08-29 16:21:31 +0000
committertradke <tradke@17b73243-c579-4c4c-a9d2-2d5706c11dac>2006-08-29 16:21:31 +0000
commit92012003ee8e0aad5e423d7f1df9146ce31908cf (patch)
tree9dd47bdb75a12be0851c5cedad77112a1a71f001 /src/param.ccl
parenta0e26c22656110a79768fe24fe4e0aa3b3ed3a57 (diff)
Make parameter Cactus::cctk_run_title steerable at recovery only.
git-svn-id: http://svn.cactuscode.org/flesh/trunk@4367 17b73243-c579-4c4c-a9d2-2d5706c11dac
Diffstat (limited to 'src/param.ccl')
-rw-r--r--src/param.ccl2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/param.ccl b/src/param.ccl
index 9a578baf..8b6929b7 100644
--- a/src/param.ccl
+++ b/src/param.ccl
@@ -4,7 +4,7 @@
private:
-STRING cctk_run_title "Description of this simulation" STEERABLE=ALWAYS
+STRING cctk_run_title "Description of this simulation" STEERABLE=RECOVER
{
".*" :: "Any string"
} ""