aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorallen <allen@10716dce-81a3-4424-a2c8-48026a0d3035>2000-07-19 12:46:11 +0000
committerallen <allen@10716dce-81a3-4424-a2c8-48026a0d3035>2000-07-19 12:46:11 +0000
commit3df54c0b14fc66d4c8663c5907588252fc5a09db (patch)
treed573d9278399014674d4d66c1ea5f0f6ad858d44 /src
parentd0b945b50f949b4c0fa437970fef46625d32e7f2 (diff)
New name for include file
git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGH/PUGHSlab/trunk@29 10716dce-81a3-4424-a2c8-48026a0d3035
Diffstat (limited to 'src')
-rw-r--r--src/CollectData1D.c2
-rw-r--r--src/Hyperslab.c2
-rw-r--r--src/PUGHSlab.h (renamed from src/Hyperslab.h)0
3 files changed, 2 insertions, 2 deletions
diff --git a/src/CollectData1D.c b/src/CollectData1D.c
index a235103..f290d33 100644
--- a/src/CollectData1D.c
+++ b/src/CollectData1D.c
@@ -4,7 +4,7 @@
#include "cctk.h"
#include "CactusPUGH/PUGH/src/include/pugh.h"
-#include "Hyperslab.h"
+#include "PUGHSlab.h"
/*#define DEBUGME 1*/
diff --git a/src/Hyperslab.c b/src/Hyperslab.c
index 8e9cef1..f702489 100644
--- a/src/Hyperslab.c
+++ b/src/Hyperslab.c
@@ -6,7 +6,7 @@
#include "CactusBase/IOUtil/src/ioGH.h"
#include "CactusPUGH/PUGH/src/include/pugh.h"
-#include "Hyperslab.h"
+#include "PUGHSlab.h"
/* enable debugging output */
diff --git a/src/Hyperslab.h b/src/PUGHSlab.h
index cfc41f0..cfc41f0 100644
--- a/src/Hyperslab.h
+++ b/src/PUGHSlab.h