aboutsummaryrefslogtreecommitdiff
path: root/src/SetupPGV.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/SetupPGV.c')
-rw-r--r--src/SetupPGV.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/SetupPGV.c b/src/SetupPGV.c
index 149eaa0..2375f2d 100644
--- a/src/SetupPGV.c
+++ b/src/SetupPGV.c
@@ -238,8 +238,8 @@ pConnectivity *PUGH_SetupConnectivity(int dim,
this->neighbours[i] = this->neighbours[0]+(2*dim*i);
}
- PUGHi_GenerateTopology(dim, total_procs, nsize, nghostzones,
- this->nprocs);
+ PUGH_GenerateTopology(dim, total_procs, nsize, nghostzones,
+ this->nprocs);
PUGH_GenerateNeighbours(dim, total_procs, this->nprocs, this->neighbours,
this->perme);