aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/Storage.c12
1 files changed, 6 insertions, 6 deletions
diff --git a/src/Storage.c b/src/Storage.c
index 161eeac..70044f0 100644
--- a/src/Storage.c
+++ b/src/Storage.c
@@ -738,7 +738,7 @@ static int PUGH_EnableGArrayGroupStorage (pGH *pughGH,
}
#ifdef DEBUG_PUGH
printf (" PUGH_EnableGArrayDataStorage: new pointer is %p (%p)\n",
- GA->padddata, GA->data);
+ GA->padddata, GA->data);
fflush (stdout);
#endif
@@ -811,9 +811,9 @@ static int PUGH_EnableGArrayGroupStorage (pGH *pughGH,
if (GA->padddata)
{
#ifdef DEBUG_PUGH
- printf (" PUGH_DisableGArrayDataStorage: old pointer is %p (%p)\n",
+ printf (" PUGH_DisableGArrayDataStorage: old pointer is %p (%p)\n",
GA->padddata, GA->data);
- fflush (stdout);
+ fflush (stdout);
#endif
free (GA->padddata);
}
@@ -859,9 +859,9 @@ static int PUGH_EnableGArrayGroupStorage (pGH *pughGH,
@endvar
@@*/
void PUGH_InitializeMemory (const char *do_initialize_memory,
- int vtype,
- int bytes,
- void *data)
+ int vtype,
+ int bytes,
+ void *data)
{
DECLARE_CCTK_PARAMETERS
const char *vtypename;