aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorschnetter <schnetter@10716dce-81a3-4424-a2c8-48026a0d3035>2004-08-18 21:11:23 +0000
committerschnetter <schnetter@10716dce-81a3-4424-a2c8-48026a0d3035>2004-08-18 21:11:23 +0000
commit12501d380f05ceffa9fa5f507cc00590fff626b1 (patch)
treea3c153471907ad236207be6b4a12d618264af586
parent9a9bda666311e16ca27759ccfd4659cd1df21f9a (diff)
Correct typo in comment.
git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGH/PUGHSlab/trunk@128 10716dce-81a3-4424-a2c8-48026a0d3035
-rw-r--r--src/Mapping.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Mapping.c b/src/Mapping.c
index f0f79b3..9bc0c33 100644
--- a/src/Mapping.c
+++ b/src/Mapping.c
@@ -625,7 +625,7 @@ static CCTK_INT DefineMapping (const cGH *GH,
pughGH->PUGH_COMM_WORLD));
/* set the displacements/receive counts for the data gather operation
- in the following PUGHlab_Get() call;
+ in the following PUGHSlab_Get() call;
also sum up the total number of data points of the global hyperslab */
mapping->totals_global = 0;
for (i = 0; i < nprocs; i++)