attempt 2 fixed

git-svn-id: svn://anubis/gvsu@250 45c1a28c-8058-47b2-ae61-ca45b979098e
This commit is contained in:
josh 2008-11-23 15:58:33 +00:00
parent 520420f548
commit 31d4ee0887

View File

@ -98,7 +98,7 @@ int main(int argc, char * argv[])
if (proccount <= 0) if (proccount <= 0)
{ {
toproc++; toproc++;
proccount = ccounts[toproc]; proccount = counts[toproc];
} }
} }
@ -110,7 +110,7 @@ int main(int argc, char * argv[])
{ {
for (int j = 0; j < n; j++) for (int j = 0; j < n; j++)
{ {
cout << recvmatrix[i][j] << " "; cout << matrix[i][j] << " ";
} }
cout << endl; cout << endl;
} }