aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorlanfer <lanfer@0888f3d4-9f52-45d2-93bc-d00801ff5e46>2000-07-19 15:15:30 +0000
committerlanfer <lanfer@0888f3d4-9f52-45d2-93bc-d00801ff5e46>2000-07-19 15:15:30 +0000
commit2131180644740cc1e36a2ca0cd9fca479077c960 (patch)
tree98d84fe54a226c747b8800c58a6321e958998b0f /src
parent9675538fb72f399d02304005be21dde19aeaa1b0 (diff)
fixing typo on PUGHSlab include path
git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGHIO/IOStreamedHDF5/trunk@10 0888f3d4-9f52-45d2-93bc-d00801ff5e46
Diffstat (limited to 'src')
-rw-r--r--src/DumpVar.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/DumpVar.c b/src/DumpVar.c
index 21aeaf6..2c33110 100644
--- a/src/DumpVar.c
+++ b/src/DumpVar.c
@@ -18,7 +18,7 @@
#include "cctk.h"
#include "cctk_Parameters.h"
#include "CactusBase/IOUtil/src/ioGH.h"
-#include "CactusPUGH/PUGHlab/src/PUGHSlab.h"
+#include "CactusPUGH/PUGHSlab/src/PUGHSlab.h"
#include "StreamedHDF5GH.h"