aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortradke <tradke@94b1c47f-dcfd-45ef-a468-0854c0e9e350>2004-05-01 21:45:55 +0000
committertradke <tradke@94b1c47f-dcfd-45ef-a468-0854c0e9e350>2004-05-01 21:45:55 +0000
commitf597612f87158555e967475ab9372af510c40a6c (patch)
tree40a34721f4b9cef05a3f8d3c773e79374c968e6b
parent9bd4fce84980c2288099f34358853d07a3335238 (diff)
Need to inherit from both IO and CoordBase.
This is still commented out until prviate inheritance is there. git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/IOASCII/trunk@169 94b1c47f-dcfd-45ef-a468-0854c0e9e350
-rw-r--r--interface.ccl4
1 files changed, 3 insertions, 1 deletions
diff --git a/interface.ccl b/interface.ccl
index f321cc8..b356471 100644
--- a/interface.ccl
+++ b/interface.ccl
@@ -2,7 +2,9 @@
# $Header$
implements: IOASCII
-#inherits: IO
+### FIXME: need private inheritance in order to be implementation-compatible
+### with CarpetIOASCII
+#inherits: CoordBase IO
CCTK_INT FUNCTION \
Hyperslab_GetList (CCTK_POINTER_TO_CONST IN cctkGH, \