aboutsummaryrefslogtreecommitdiff
path: root/src/AmrNode.hh
diff options
context:
space:
mode:
authorschnetter <schnetter@21a6bef8-4479-4f54-8f8d-0db94a2919ef>2009-09-29 14:33:14 +0000
committerschnetter <schnetter@21a6bef8-4479-4f54-8f8d-0db94a2919ef>2009-09-29 14:33:14 +0000
commitc3c18cb0b5d28c075e89108c3c5f144f682c98f7 (patch)
tree6c7c73d62cf8850388eb3da49fc1df78cd6e1d65 /src/AmrNode.hh
parent7af6a0d63c27712d3d0ed2646ab01cd0cb852aed (diff)
Use #include "" instead of #include <> to ensure that the correct
include file is found git-svn-id: http://svn.cactuscode.org/arrangements/CactusExternal/FlexIO/trunk@97 21a6bef8-4479-4f54-8f8d-0db94a2919ef
Diffstat (limited to 'src/AmrNode.hh')
-rw-r--r--src/AmrNode.hh2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/AmrNode.hh b/src/AmrNode.hh
index 9765939..8cf4d7b 100644
--- a/src/AmrNode.hh
+++ b/src/AmrNode.hh
@@ -3,7 +3,7 @@
//#include "config.h"
#include "Bounds.hh"
-#include <IO.hh>
+#include "IO.hh"
struct sPoint { double x,y,z; };
union pPoint {