aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authortradke <tradke@38c3d835-c875-442e-b0fe-21c19ce1d001>2001-05-13 23:21:43 +0000
committertradke <tradke@38c3d835-c875-442e-b0fe-21c19ce1d001>2001-05-13 23:21:43 +0000
commit11f7e518048c32ec85408fe6fcb3d0bebd58b4d8 (patch)
tree90789762af0d4421c046ebab826128d01ea04db3 /src
parenta69ca067f40adea12a5d8c2bc7a49beeab3fd6f9 (diff)
Fixed include path to FlexIO headers.
git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGHIO/IOPanda/trunk@24 38c3d835-c875-442e-b0fe-21c19ce1d001
Diffstat (limited to 'src')
-rw-r--r--src/Panda/Array.C2
-rw-r--r--src/Panda/Array.h2
-rw-r--r--src/Panda/Attribute.h2
-rw-r--r--src/Panda/MPIFS.C2
-rw-r--r--src/Panda/Simple_IO.C4
-rw-r--r--src/Panda/c_interface.h2
6 files changed, 7 insertions, 7 deletions
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,