aboutsummaryrefslogtreecommitdiff
path: root/src/SetupPGV.c
diff options
context:
space:
mode:
authortradke <tradke@b61c5cb5-eaca-4651-9a7a-d64986f99364>2006-06-23 13:03:50 +0000
committertradke <tradke@b61c5cb5-eaca-4651-9a7a-d64986f99364>2006-06-23 13:03:50 +0000
commit1ec9f7182a8f82535e52fcaaa26c6d2ff644583a (patch)
tree5407405ae8646d219a690601f2e7fc5f4ffd5578 /src/SetupPGV.c
parentdf76f6a88df32597d6a4f819024d165a41787f47 (diff)
Applied patch from Erik Schnetter: rename PUGHi_GenerateTopology to
PUGH_GenerateTopology an export it to other thorns. git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGH/PUGH/trunk@481 b61c5cb5-eaca-4651-9a7a-d64986f99364
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);