From 71b3118c76d8d04939390afb1d0e2f55eb47dcba Mon Sep 17 00:00:00 2001 From: goodale Date: Mon, 7 May 2001 11:59:10 +0000 Subject: Changing Time stuff to be public and inherited rather than protected and befriended. Tom git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/Time/trunk@34 5633253d-7678-4964-a54d-f87795f8ee59 --- interface.ccl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/interface.ccl b/interface.ccl index 6ea9cdc..ea69709 100644 --- a/interface.ccl +++ b/interface.ccl @@ -3,7 +3,7 @@ implements: time -protected: +public: REAL speedvars type=SCALAR { @@ -16,4 +16,4 @@ private: REAL couranttemps type=SCALAR { courant_dt -} "Variable just for output" \ No newline at end of file +} "Variable just for output" -- cgit v1.2.3