aboutsummaryrefslogtreecommitdiff
path: root/src/RecoverGH.c
diff options
context:
space:
mode:
authortradke <tradke@ebee0441-1374-4afa-a3b5-247f3ba15b9a>1999-10-05 20:00:00 +0000
committertradke <tradke@ebee0441-1374-4afa-a3b5-247f3ba15b9a>1999-10-05 20:00:00 +0000
commit2ba5797ff48368aa73c5e1b4b91bdb320eb711b8 (patch)
treef60ff8fab394bf725d22861885998fb966baa6f2 /src/RecoverGH.c
parent8b9f8a30aced96f0cf14299da0cac6163d890de4 (diff)
Removed all the #ifdef CACTUSPUGH_PUGH stuff and check for existance of PUGH
in make.configuration.defn. git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGHIO/IOFlexIO/trunk@47 ebee0441-1374-4afa-a3b5-247f3ba15b9a
Diffstat (limited to 'src/RecoverGH.c')
-rw-r--r--src/RecoverGH.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/RecoverGH.c b/src/RecoverGH.c
index 745804c..82ba282 100644
--- a/src/RecoverGH.c
+++ b/src/RecoverGH.c
@@ -28,9 +28,7 @@ static char *rcsid = "$Id$";
#include "cctk_GHExtensions.h"
#include "cctk_WarnLevel.h"
#include "cctk_Comm.h"
-#ifdef CACTUSPUGH_PUGH
#include "CactusPUGH/PUGH/src/include/pugh.h"
-#endif
#include "CactusBase/IOUtil/src/ioGH.h"
#include "ioFlexGH.h"
@@ -65,8 +63,6 @@ int IOFlexIO_RestoreIEEEIOfile (cGH *GH, IOFile ifp,
int IOFlexIO_RecoverGH (cGH *GH, const char *basename, int called_from)
{
-#ifdef CACTUSPUGH_PUGH
-
DECLARE_CCTK_PARAMETERS
IOFile ifp;
char fname [1024];
@@ -378,8 +374,5 @@ int IOFlexIO_RecoverGH (cGH *GH, const char *basename, int called_from)
total_time.total.basic [0]);
}
-#endif /* CACTUSPUGH_PUGH */
-
return (0);
-
}