aboutsummaryrefslogtreecommitdiff
path: root/param.ccl
diff options
context:
space:
mode:
authortradke <tradke@b61c5cb5-eaca-4651-9a7a-d64986f99364>2003-01-12 13:30:21 +0000
committertradke <tradke@b61c5cb5-eaca-4651-9a7a-d64986f99364>2003-01-12 13:30:21 +0000
commitd231abbd392178ab64de814775d9b9c8bf8f4195 (patch)
tree77b6aad78c0dbdb12e00d88e7fcdcb4dcc5b6120 /param.ccl
parent7e8e1222ebdbd0ebed7a073e14c07b59aeb63e31 (diff)
Changed datatype of USED parameter Cactus::max_runtime from INT into REAL.
git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGH/PUGH/trunk@403 b61c5cb5-eaca-4651-9a7a-d64986f99364
Diffstat (limited to 'param.ccl')
-rw-r--r--param.ccl2
1 files changed, 1 insertions, 1 deletions
diff --git a/param.ccl b/param.ccl
index 19887cf..87a275a 100644
--- a/param.ccl
+++ b/param.ccl
@@ -11,7 +11,7 @@ USES REAL cctk_final_time
USES INT cctk_itlast
-USES INT max_runtime
+USES REAL max_runtime
USES BOOLEAN terminate_next