aboutsummaryrefslogtreecommitdiff
path: root/src/Storage.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/Storage.c')
-rw-r--r--src/Storage.c9
1 files changed, 4 insertions, 5 deletions
diff --git a/src/Storage.c b/src/Storage.c
index 1386284..cbdf47d 100644
--- a/src/Storage.c
+++ b/src/Storage.c
@@ -8,6 +8,9 @@
@version $Id$
@@*/
+/* #define DEBUG_PUGH 1 */
+
+#include <stdio.h>
#include <stdlib.h>
#include <string.h>
@@ -18,11 +21,9 @@
#include "pughi.h"
#include "pugh_Comm.h"
-static const char *rcsid="$Header$";
+static const char *rcsid="$Header:$";
CCTK_FILEVERSION(CactusPUGH_PUGH_Storage_c);
-/* #define DEBUG_PUGH 1 */
-
/********************************************************************
******************** Static Variables *************************
@@ -205,7 +206,6 @@ int PUGH_QueryGroupStorage (const cGH *GH, int group, const char *groupname)
{
int first_var;
int storage;
- int grouptype;
int retval;
pGH *pughGH;
@@ -222,7 +222,6 @@ int PUGH_QueryGroupStorage (const cGH *GH, int group, const char *groupname)
if (first_var >= 0)
{
pughGH = PUGH_pGH (GH);
- grouptype = CCTK_GroupTypeI (group);
storage = ((pGA *) pughGH->variables[first_var][0])->storage;
if (storage == PUGH_STORAGE)