aboutsummaryrefslogtreecommitdiff
path: root/src/include/pugh.h
diff options
context:
space:
mode:
authorgoodale <goodale@b61c5cb5-eaca-4651-9a7a-d64986f99364>1999-11-09 11:05:12 +0000
committergoodale <goodale@b61c5cb5-eaca-4651-9a7a-d64986f99364>1999-11-09 11:05:12 +0000
commit4c6df69bf0a129fad6f6b6eb9333d872b0f302f2 (patch)
treec046a776d2a77e325c72b00410826045d31b1b67 /src/include/pugh.h
parentedb96c2b69a59f748975adad88a7170d4fca6462 (diff)
The pGV stuff is now compiled, and the header is included in pugh.h.
Still need to write SetupPGV and communication routines. Tom git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGH/PUGH/trunk@132 b61c5cb5-eaca-4651-9a7a-d64986f99364
Diffstat (limited to 'src/include/pugh.h')
-rw-r--r--src/include/pugh.h17
1 files changed, 1 insertions, 16 deletions
diff --git a/src/include/pugh.h b/src/include/pugh.h
index 4354663..3f11292 100644
--- a/src/include/pugh.h
+++ b/src/include/pugh.h
@@ -32,20 +32,6 @@
#define ERROR_STOP(xerrcode) cshutdown(xerrcode);
#define ERROR_ABORT(xerrcode) cabort(xerrcode);
-
-#if 0
-/* We have our own Cactus memory routines in pughutils.c */
-
-#if defined(SGI) || defined(T3E)
-#undef malloc
-#define malloc(x) cactus_malloc(x)
-void *cactus_malloc(size_t);
-#undef free
-#define free(x) cactus_free(x)
-void cactus_free(void *);
-#endif
-#endif /* 0 */
-
#ifdef MPI
#include "mpi.h"
#endif
@@ -80,11 +66,10 @@ void cactus_free(void *);
#include "pugh_constants.h"
+#include "pGV.h"
#include "pGF.h"
-#include "pGArray.h"
#include "pGH.h"
-
#ifdef MPI
#define CACTUS_MPI_ERROR(xf) do {int errcode; \