From 11f7e518048c32ec85408fe6fcb3d0bebd58b4d8 Mon Sep 17 00:00:00 2001 From: tradke Date: Sun, 13 May 2001 23:21:43 +0000 Subject: Fixed include path to FlexIO headers. git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGHIO/IOPanda/trunk@24 38c3d835-c875-442e-b0fe-21c19ce1d001 --- src/Panda/Array.C | 2 +- src/Panda/Array.h | 2 +- src/Panda/Attribute.h | 2 +- src/Panda/MPIFS.C | 2 +- src/Panda/Simple_IO.C | 4 ++-- src/Panda/c_interface.h | 2 +- 6 files changed, 7 insertions(+), 7 deletions(-) (limited to 'src') diff --git a/src/Panda/Array.C b/src/Panda/Array.C index 757b07e..a4877bb 100644 --- a/src/Panda/Array.C +++ b/src/Panda/Array.C @@ -2,7 +2,7 @@ #include "MPIFS.h" #include "Array.h" -#include "external/FlexIO/src/Arch.h" +#include "CactusExternal/FlexIO/src/Arch.h" extern "C" { int IOsizeOf(int); diff --git a/src/Panda/Array.h b/src/Panda/Array.h index 4d4f104..09f0ad2 100644 --- a/src/Panda/Array.h +++ b/src/Panda/Array.h @@ -5,7 +5,7 @@ #include "ArrayDistribution.h" #include "Chunk.h" -#include "external/FlexIO/src/Arch.h" +#include "CactusExternal/FlexIO/src/Arch.h" //#include "../IEEEIO/IEEEIO.h" //#include "../IEEEIO/IOProtos.h" diff --git a/src/Panda/Attribute.h b/src/Panda/Attribute.h index 6f96fe5..dec899f 100644 --- a/src/Panda/Attribute.h +++ b/src/Panda/Attribute.h @@ -11,7 +11,7 @@ typedef union int_to_char { //#include "../IEEEIO/IEEEIO.h" //#include "../IEEEIO/IOProtos.h" -#include "external/FlexIO/src/Arch.h" +#include "CactusExternal/FlexIO/src/Arch.h" class Attribute { char *name_; diff --git a/src/Panda/MPIFS.C b/src/Panda/MPIFS.C index 560a0e2..4fb6c59 100644 --- a/src/Panda/MPIFS.C +++ b/src/Panda/MPIFS.C @@ -8,7 +8,7 @@ #define Max_Open_Files 1000 -#include "external/FlexIO/src/Arch.h" +#include "CactusExternal/FlexIO/src/Arch.h" extern "C" { IOFile IEEEopen(char *,char *); diff --git a/src/Panda/Simple_IO.C b/src/Panda/Simple_IO.C index b2ffb50..1bc4ce1 100644 --- a/src/Panda/Simple_IO.C +++ b/src/Panda/Simple_IO.C @@ -6,8 +6,8 @@ #include "Array.h" #include "message.h" -#include "external/FlexIO/src/Arch.h" -#include "external/FlexIO/src/IOProtos.h" +#include "CactusExternal/FlexIO/src/Arch.h" +#include "CactusExternal/FlexIO/src/IOProtos.h" extern MPIFS* MPIFS_global_obj; extern int SUBCHUNK_SIZE; diff --git a/src/Panda/c_interface.h b/src/Panda/c_interface.h index aba8274..1b0786c 100644 --- a/src/Panda/c_interface.h +++ b/src/Panda/c_interface.h @@ -1,7 +1,7 @@ #ifndef _included_C_Interface_h #define _included_C_Interface_h -#include "external/FlexIO/src/IEEEIO.h" +#include "CactusExternal/FlexIO/src/IEEEIO.h" typedef enum { NONE, -- cgit v1.2.3