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; }