aboutsummaryrefslogtreecommitdiff
path: root/param.ccl
diff options
context:
space:
mode:
authorgoodale <goodale@b61c5cb5-eaca-4651-9a7a-d64986f99364>2000-12-17 17:57:57 +0000
committergoodale <goodale@b61c5cb5-eaca-4651-9a7a-d64986f99364>2000-12-17 17:57:57 +0000
commit115ef4daadc5b6c8a3c846cf91d384748ce43bee (patch)
treecf8dc76cb7da118610930f620bf6af6c9d9d494e /param.ccl
parent87c6162312e65aced3d17578f1fdcd029a4c44f1 (diff)
Removing now redundant "" on USES and EXTENDS and redundant {} blocks on
USES. Tom git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGH/PUGH/trunk@294 b61c5cb5-eaca-4651-9a7a-d64986f99364
Diffstat (limited to 'param.ccl')
-rw-r--r--param.ccl15
1 files changed, 3 insertions, 12 deletions
diff --git a/param.ccl b/param.ccl
index f2a4ff2..b05f795 100644
--- a/param.ccl
+++ b/param.ccl
@@ -3,20 +3,11 @@
shares: cactus
-USES REAL cctk_initial_time ""
-{
- : :: "Anything"
-}
+USES REAL cctk_initial_time
-USES REAL cctk_final_time ""
-{
- : :: "Anything"
-}
+USES REAL cctk_final_time
-USES INT cctk_itlast ""
-{
- : :: "Any integer"
-}
+USES INT cctk_itlast
restricted: