aboutsummaryrefslogtreecommitdiff
path: root/src/GHExtension.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/GHExtension.c')
-rw-r--r--src/GHExtension.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/GHExtension.c b/src/GHExtension.c
index 2eebdb9..6726f46 100644
--- a/src/GHExtension.c
+++ b/src/GHExtension.c
@@ -51,7 +51,7 @@ void *IOFlexIO_SetupGH (tFleshConfig *config, int convergence_level, cGH *GH)
return (newGH);
- USE_CCTK_PARAMETERS
+
}
int IOFlexIO_InitGH (cGH *GH)
@@ -160,7 +160,7 @@ int IOFlexIO_InitGH (cGH *GH)
return (0);
- USE_CCTK_PARAMETERS
+
}
@@ -180,7 +180,7 @@ int IOFlexIO_Terminate (cGH *GH)
return (0);
- USE_CCTK_PARAMETERS
+
}
#endif
@@ -253,5 +253,5 @@ static void SetupSliceCenter (cGH *GH)
myGH->sp2xyz[1] = pughGH->lnsize [1]/2 - pughGH->lb [pughGH->myproc][1];
}
- USE_CCTK_PARAMETERS
+
}