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.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/include/pugh.h b/src/include/pugh.h
index a90a693..c0398d0 100644
--- a/src/include/pugh.h
+++ b/src/include/pugh.h
@@ -147,7 +147,8 @@ pGH *PUGH_pGH(const cGH *GH);
int PUGH_Evolve(tFleshConfig *config);
-int PUGH_GetBounds(int dim,
+int PUGH_GetBounds(int is_gf,
+ int dim,
int **bounds,
int *nprocs,
int *nsize);