From dff25d6ff03dd15cd2f105b491e69b7818d97875 Mon Sep 17 00:00:00 2001 From: josh Date: Sun, 23 Nov 2008 03:25:30 +0000 Subject: [PATCH] updated git-svn-id: svn://anubis/gvsu@247 45c1a28c-8058-47b2-ae61-ca45b979098e --- cs677/hw4/src/transpose.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cs677/hw4/src/transpose.cc b/cs677/hw4/src/transpose.cc index 2836c50..ea8c240 100644 --- a/cs677/hw4/src/transpose.cc +++ b/cs677/hw4/src/transpose.cc @@ -81,7 +81,7 @@ int main(int argc, char * argv[]) int count; taskAllocate(n, p, i, &first, &count); displs[i] = total; - count[i] = count; + counts[i] = count; total += count; }