From b7f1c8bf37644802bc4ed9fa7ae146addf5839be Mon Sep 17 00:00:00 2001 From: schnetter <> Date: Mon, 14 Jul 2003 13:41:00 +0000 Subject: Declare some more routines as taking a const cGH *, to match the Declare some more routines as taking a const cGH *, to match the recent changes in the flesh. darcs-hash:20030714134134-07bb3-6c0078627d40a9d05320632feba2277afdd33bdf.gz --- CarpetAttic/CarpetIOFlexIO/interface.ccl | 5 ++++- CarpetAttic/CarpetIOFlexIO/src/ioflexio.cc | 9 +++++++-- 2 files changed, 11 insertions(+), 3 deletions(-) (limited to 'CarpetAttic') diff --git a/CarpetAttic/CarpetIOFlexIO/interface.ccl b/CarpetAttic/CarpetIOFlexIO/interface.ccl index 264ae92ce..4247a40ba 100644 --- a/CarpetAttic/CarpetIOFlexIO/interface.ccl +++ b/CarpetAttic/CarpetIOFlexIO/interface.ccl @@ -1,10 +1,12 @@ # Interface definition for thorn CarpetIOFlexIO -# $Header: /home/eschnett/C/carpet/Carpet/CarpetAttic/CarpetIOFlexIO/interface.ccl,v 1.6 2003/07/04 16:02:49 tradke Exp $ +# $Header: /home/eschnett/C/carpet/Carpet/CarpetAttic/CarpetIOFlexIO/interface.ccl,v 1.7 2003/07/14 15:41:34 schnetter Exp $ implements: IOFlexIO inherits: CarpetLib driver Hyperslab FlexIO + + uses include header: carpet.hh uses include header: bbox.hh @@ -18,6 +20,7 @@ uses include header: ggf.hh # FlexIO header files uses include header: IO.hh uses include header: IEEEIO.hh +uses include header: HDFIO.hh uses include header: H5IO.hh uses include header: AMRwriter.hh uses include header: AmrGridReader.hh diff --git a/CarpetAttic/CarpetIOFlexIO/src/ioflexio.cc b/CarpetAttic/CarpetIOFlexIO/src/ioflexio.cc index e92292991..813ddf882 100644 --- a/CarpetAttic/CarpetIOFlexIO/src/ioflexio.cc +++ b/CarpetAttic/CarpetIOFlexIO/src/ioflexio.cc @@ -11,13 +11,18 @@ #include #include + + #include "cctk.h" #include "cctk_Parameters.h" #include "AMRwriter.hh" #include "AmrGridReader.hh" +#ifdef HDF4 +# include "HDFIO.hh" +#endif #ifdef HDF5 -#include "H5IO.hh" +# include "H5IO.hh" #endif #include "IEEEIO.hh" #include "IO.hh" @@ -35,7 +40,7 @@ #include "ioflexio.hh" extern "C" { - static const char* rcsid = "$Header: /home/eschnett/C/carpet/Carpet/CarpetAttic/CarpetIOFlexIO/src/ioflexio.cc,v 1.29 2003/07/03 10:51:05 tradke Exp $"; + static const char* rcsid = "$Header: /home/eschnett/C/carpet/Carpet/CarpetAttic/CarpetIOFlexIO/src/ioflexio.cc,v 1.30 2003/07/14 15:41:34 schnetter Exp $"; CCTK_FILEVERSION(Carpet_CarpetIOFlexIO_ioflexio_cc); } -- cgit v1.2.3