aboutsummaryrefslogtreecommitdiff
path: root/src/include/pugh.h
diff options
context:
space:
mode:
authortradke <tradke@b61c5cb5-eaca-4651-9a7a-d64986f99364>2000-03-08 17:59:31 +0000
committertradke <tradke@b61c5cb5-eaca-4651-9a7a-d64986f99364>2000-03-08 17:59:31 +0000
commit9fddfde02b02ae729e3398c576ec804636467d57 (patch)
treed1d4400c14ff6d545227b3ebaea44fa060ed60bf /src/include/pugh.h
parentf38ddc9c9a67b76924a508cd1ad577b2e2f9cdaa (diff)
Fixing compiler warnings about unused variables, missing prototypes,
and return values. Fixing CactusPUGH-PUGH 264. Thomas git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGH/PUGH/trunk@176 b61c5cb5-eaca-4651-9a7a-d64986f99364
Diffstat (limited to 'src/include/pugh.h')
-rw-r--r--src/include/pugh.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/include/pugh.h b/src/include/pugh.h
index 6a41e02..41869c6 100644
--- a/src/include/pugh.h
+++ b/src/include/pugh.h
@@ -119,6 +119,17 @@ int pugh_GFGhostsize(int dim,
pGH *pugh_pGH(cGH *GH);
+int GetSliceSizes(int np,
+ int grid_points,
+ char *slicesS,
+ int **slices,
+ int manual);
+
+int pugh_GetBounds(int dim,
+ int **bounds,
+ int *nprocs,
+ int *nsize);
+
#ifdef _cplusplus
}
#endif