summaryrefslogtreecommitdiff
path: root/src/param.ccl
diff options
context:
space:
mode:
authorallen <allen@17b73243-c579-4c4c-a9d2-2d5706c11dac>1999-03-01 13:06:37 +0000
committerallen <allen@17b73243-c579-4c4c-a9d2-2d5706c11dac>1999-03-01 13:06:37 +0000
commit764484a82ab13d84024ffd30039b82ae0783d8b8 (patch)
tree56ed6b0e03a80295c59f41f5aeb71ecca1904f0b /src/param.ccl
parentf9166ce74de2534bfc12611743c295e788f769fe (diff)
Parameter for initial time
git-svn-id: http://svn.cactuscode.org/flesh/trunk@370 17b73243-c579-4c4c-a9d2-2d5706c11dac
Diffstat (limited to 'src/param.ccl')
-rw-r--r--src/param.ccl8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/param.ccl b/src/param.ccl
index 6139551c..4d0c6e4c 100644
--- a/src/param.ccl
+++ b/src/param.ccl
@@ -3,6 +3,13 @@
public:
+public:
+
+REAL cctk_initial_time "Initial time for evolution"
+{
+ : :: "Anything"
+} 0.0
+
INTEGER cctk_itfirst "Initial iteration number"
{
: :: "Any integer"
@@ -12,3 +19,4 @@ INTEGER cctk_itlast "Final iteration number"
{
: :: "Any integer"
} 10
+