aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgoodale <goodale@5633253d-7678-4964-a54d-f87795f8ee59>2001-05-07 11:59:10 +0000
committergoodale <goodale@5633253d-7678-4964-a54d-f87795f8ee59>2001-05-07 11:59:10 +0000
commit71b3118c76d8d04939390afb1d0e2f55eb47dcba (patch)
tree061927db91ad1aa5f298e08e869e87be10f284c2
parent41499d2198d044003303f1afae63c503b2a41a7e (diff)
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
-rw-r--r--interface.ccl4
1 files 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"