aboutsummaryrefslogtreecommitdiff
path: root/interface.ccl
diff options
context:
space:
mode:
authortradke <tradke@94b1c47f-dcfd-45ef-a468-0854c0e9e350>2004-06-09 10:42:22 +0000
committertradke <tradke@94b1c47f-dcfd-45ef-a468-0854c0e9e350>2004-06-09 10:42:22 +0000
commit38ada55f16de8da0d3532fc87ba8e2fd68f96639 (patch)
tree1b3b8199333d24727db6563bc9aa0cc860c84ea8 /interface.ccl
parent3974284b1f5cfa807114302e57fdb5a5aa4acbb7 (diff)
After setup, do an initial I/O parameter parsing and warn/stop on parsing errors
(depending on IO::strict_io_parameter_check). You will also need to update CactusBase/IOUtil. git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/IOASCII/trunk@180 94b1c47f-dcfd-45ef-a468-0854c0e9e350
Diffstat (limited to 'interface.ccl')
-rw-r--r--interface.ccl2
1 files changed, 1 insertions, 1 deletions
diff --git a/interface.ccl b/interface.ccl
index d64f0e4..d0cbb25 100644
--- a/interface.ccl
+++ b/interface.ccl
@@ -4,7 +4,7 @@
implements: IOASCII
### FIXME: need private inheritance in order to be implementation-compatible
### with CarpetIOASCII
-#inherits: CoordBase IO
+#inherits: IO
CCTK_INT FUNCTION \
Hyperslab_GetList (CCTK_POINTER_TO_CONST IN cctkGH, \