summaryrefslogtreecommitdiff
path: root/src/param.ccl
diff options
context:
space:
mode:
authorallen <allen@17b73243-c579-4c4c-a9d2-2d5706c11dac>2000-09-19 23:46:13 +0000
committerallen <allen@17b73243-c579-4c4c-a9d2-2d5706c11dac>2000-09-19 23:46:13 +0000
commit8000e787fc1f42ab9be463ea46fde48ab4525686 (patch)
tree9aad11742321b976b36febdcef2d0aea44511ed7 /src/param.ccl
parent89482c8cccc7902bbf77d544203093549ef33d4f (diff)
added cctk_run_title for description of run
git-svn-id: http://svn.cactuscode.org/flesh/trunk@1830 17b73243-c579-4c4c-a9d2-2d5706c11dac
Diffstat (limited to 'src/param.ccl')
-rw-r--r--src/param.ccl5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/param.ccl b/src/param.ccl
index 41b5caeb..f205f317 100644
--- a/src/param.ccl
+++ b/src/param.ccl
@@ -4,6 +4,11 @@
private:
+STRING cctk_run_title "Description of this simulation"
+{
+ ".*" :: "Any string"
+} ""
+
KEYWORD cctk_timer_output "Provide output from timers"
{
"off" :: "No timer output"