aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--interface.ccl2
-rw-r--r--src/Write1D.c2
-rw-r--r--src/Write2D.c2
-rw-r--r--src/make.configuration.defn16
4 files changed, 11 insertions, 11 deletions
diff --git a/interface.ccl b/interface.ccl
index 71a1a93..04bd2ae 100644
--- a/interface.ccl
+++ b/interface.ccl
@@ -2,5 +2,5 @@
# $Header$
implements: IOASCII
-inherits: IO
+inherits: IO, hyperslab
diff --git a/src/Write1D.c b/src/Write1D.c
index 906c3a8..91b8ee4 100644
--- a/src/Write1D.c
+++ b/src/Write1D.c
@@ -49,7 +49,7 @@
#include "cctk.h"
#include "cctk_Parameters.h"
#include "CactusBase/IOUtil/src/ioGH.h"
-#include "CactusPUGH/Hyperslab/src/Hyperslab.h"
+#include "CactusPUGH/PUGHSlab/src/PUGHSlab.h"
#include "ioASCIIGH.h"
/* the rcs ID and its dummy function to use it */
diff --git a/src/Write2D.c b/src/Write2D.c
index 6b927d2..8ae079b 100644
--- a/src/Write2D.c
+++ b/src/Write2D.c
@@ -14,7 +14,7 @@
#include "cctk.h"
#include "cctk_Parameters.h"
-#include "CactusPUGH/Hyperslab/src/Hyperslab.h"
+#include "CactusPUGH/PUGHSlab/src/PUGHSlab.h"
#include "CactusBase/IOUtil/src/ioGH.h"
#include "ioASCIIGH.h"
diff --git a/src/make.configuration.defn b/src/make.configuration.defn
index a547f21..6824bfa 100644
--- a/src/make.configuration.defn
+++ b/src/make.configuration.defn
@@ -1,11 +1,11 @@
# make.configuration.defn for IOASCII
-# make sure that IOASCII was configured with thorn Hyperslab
+# make sure that IOASCII was configured with thorn PUGHSlab
-ifeq ($(findstring CactusPUGH/Hyperslab,$(THORNS)),)
-.pseudo: MissingHyperslabInIOASCII
-MissingHyperslabInIOASCII:
- @echo "IOASCII: requires thorn Hyperslab"
- @echo "IOASCII: Please add Development/Hyperslab or remove IOASCII from Thornlist !"
- exit 2
-endif
+#ifeq ($(findstring CactusPUGH/PUGHSlab,$(THORNS)),)
+#.pseudo: MissingPUGHSlabInIOASCII
+#MissingPUGHSlabInIOASCII:
+# @echo "IOASCII: requires thorn PUGHSlab"
+# @echo "IOASCII: Please add Development/PUGHSlab or remove IOASCII from Thornlist !"
+# exit 2
+#endif