aboutsummaryrefslogtreecommitdiff
path: root/src/include/pugh.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/pugh.h')
-rw-r--r--src/include/pugh.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/include/pugh.h b/src/include/pugh.h
index 4ca23f0..8c528af 100644
--- a/src/include/pugh.h
+++ b/src/include/pugh.h
@@ -131,7 +131,6 @@ int PUGH_SetupGroup (pGH *newGH,
int dim,
int n_variables,
int vectorlength,
- int staggercode,
int n_timelevels,
int vectorgroup);
@@ -139,7 +138,6 @@ pGH *PUGH_SetupPGH(void *callerid,
int dim,
int *nsize,
int *nghostzones,
- int staggertype,
int *perme);
void PUGH_GFSize(int dim, int *nsize);