aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgoodale <goodale@1faa4e14-9dd3-4be0-9f0e-ffe519881164>2000-12-17 17:57:49 +0000
committergoodale <goodale@1faa4e14-9dd3-4be0-9f0e-ffe519881164>2000-12-17 17:57:49 +0000
commit8a88cff11e77995ba24b81559cc2e09acfc0c874 (patch)
treedcde221764ecedc4403c69a68e4f7a76a51eeadc
parentb5499a8931c2e2de47bf00ef6aed728a3dbb91d2 (diff)
Removing now redundant "" on USES and EXTENDS and redundant {} blocks on
USES. Tom git-svn-id: http://svn.cactuscode.org/arrangements/CactusConnect/HTTPD/trunk@112 1faa4e14-9dd3-4be0-9f0e-ffe519881164
-rw-r--r--param.ccl15
1 files changed, 3 insertions, 12 deletions
diff --git a/param.ccl b/param.ccl
index e0c7809..2bf9e78 100644
--- a/param.ccl
+++ b/param.ccl
@@ -3,20 +3,11 @@
shares: Cactus
-USES REAL cctk_final_time ""
-{
-: :: ""
-}
+USES REAL cctk_final_time
-USES REAL cctk_initial_time ""
-{
-: :: ""
-}
+USES REAL cctk_initial_time
-USES INT cctk_itlast ""
-{
-: :: ""
-}
+USES INT cctk_itlast
private: