aboutsummaryrefslogtreecommitdiff
path: root/src/SetupPGH.c
diff options
context:
space:
mode:
authortradke <tradke@b61c5cb5-eaca-4651-9a7a-d64986f99364>2001-06-14 16:54:22 +0000
committertradke <tradke@b61c5cb5-eaca-4651-9a7a-d64986f99364>2001-06-14 16:54:22 +0000
commit90d914b715c5e5c84a94cfb6e9722597fba062fd (patch)
treef0fc066c5822d9a9caf9f853974fc1ea2763c117 /src/SetupPGH.c
parent0330fc422ae6c75352bfa04add912abb90298c17 (diff)
Included <string.h> for memset.
git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGH/PUGH/trunk@336 b61c5cb5-eaca-4651-9a7a-d64986f99364
Diffstat (limited to 'src/SetupPGH.c')
-rw-r--r--src/SetupPGH.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/SetupPGH.c b/src/SetupPGH.c
index 0687e38..d1a3caa 100644
--- a/src/SetupPGH.c
+++ b/src/SetupPGH.c
@@ -10,8 +10,8 @@
/*#define DEBUG_PUGH*/
-#include <stdio.h>
#include <stdlib.h>
+#include <string.h>
#include <math.h>
#ifdef HAVE_UNISTD_H
@@ -687,5 +687,3 @@ static int Setup_nProcs (pGH *pughGH, int dim)
return (0);
}
-
-