From 290138c1f526271db5ca95778a9a8d407ae51b31 Mon Sep 17 00:00:00 2001 From: allen Date: Sun, 21 Mar 1999 12:15:53 +0000 Subject: Removed itfirst and added final and initial time git-svn-id: http://svn.cactuscode.org/flesh/trunk@407 17b73243-c579-4c4c-a9d2-2d5706c11dac --- src/param.ccl | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/param.ccl') diff --git a/src/param.ccl b/src/param.ccl index 292ec007..60cb040f 100644 --- a/src/param.ccl +++ b/src/param.ccl @@ -20,11 +20,11 @@ REAL cctk_initial_time "Initial time for evolution" : :: "Anything" } 0.0 -INTEGER cctk_itfirst "Initial iteration number" +REAL cctk_final_time "Final time for evolution" { -: :: "Any integer" -} 0 - + : :: "Anything" +} -1.0 + INTEGER cctk_itlast "Final iteration number" { : :: "Any integer" -- cgit v1.2.3