git-svn-id: svn://anubis/gvsu@247 45c1a28c-8058-47b2-ae61-ca45b979098e
This commit is contained in:
josh 2008-11-23 03:25:30 +00:00
parent cdcad5abb5
commit dff25d6ff0

View File

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