From f597612f87158555e967475ab9372af510c40a6c Mon Sep 17 00:00:00 2001 From: tradke Date: Sat, 1 May 2004 21:45:55 +0000 Subject: 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 --- interface.ccl | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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, \ -- cgit v1.2.3