From 115ef4daadc5b6c8a3c846cf91d384748ce43bee Mon Sep 17 00:00:00 2001 From: goodale Date: Sun, 17 Dec 2000 17:57:57 +0000 Subject: 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 --- param.ccl | 15 +++------------ 1 file changed, 3 insertions(+), 12 deletions(-) (limited to 'param.ccl') 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: -- cgit v1.2.3