From d62565b26e8ce928fbb1e149f3c81a62cfd613ce Mon Sep 17 00:00:00 2001 From: tradke <> Date: Mon, 8 Sep 2003 12:41:00 +0000 Subject: Hack to stop FlexIO data type clash with LAM MPI. darcs-hash:20030908124148-1d9bf-d1565620e6e88b5a5c0485a24f5e7cac8e5e6521.gz --- CarpetAttic/CarpetIOFlexIO/src/ioflexio.cc | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'CarpetAttic') diff --git a/CarpetAttic/CarpetIOFlexIO/src/ioflexio.cc b/CarpetAttic/CarpetIOFlexIO/src/ioflexio.cc index 813ddf882..ed90f28cc 100644 --- a/CarpetAttic/CarpetIOFlexIO/src/ioflexio.cc +++ b/CarpetAttic/CarpetIOFlexIO/src/ioflexio.cc @@ -27,6 +27,10 @@ #include "IEEEIO.hh" #include "IO.hh" +// Hack to stop FlexIO data type clash with LAM MPI +#undef BYTE +#undef CHAR + #include "CactusBase/IOUtil/src/ioGH.h" #include "bbox.hh" @@ -40,7 +44,7 @@ #include "ioflexio.hh" extern "C" { - 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 $"; + static const char* rcsid = "$Header: /home/eschnett/C/carpet/Carpet/CarpetAttic/CarpetIOFlexIO/src/ioflexio.cc,v 1.31 2003/09/08 14:41:48 tradke Exp $"; CCTK_FILEVERSION(Carpet_CarpetIOFlexIO_ioflexio_cc); } -- cgit v1.2.3