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, 2 insertions, 0 deletions
diff --git a/src/include/pugh.h b/src/include/pugh.h
index c0398d0..50d581a 100644
--- a/src/include/pugh.h
+++ b/src/include/pugh.h
@@ -172,6 +172,8 @@ int PUGH_Exit(cGH *GH, int retval);
const int *PUGH_Topology(const cGH *GH, int dim);
+int PUGH_SetTopology (int dim, const int topology[]);
+
#ifdef CCTK_MPI
MPI_Datatype PUGH_MPIDataType (const pGH *pughGH, int cctk_type);
#endif