attempt 2 fixed
git-svn-id: svn://anubis/gvsu@250 45c1a28c-8058-47b2-ae61-ca45b979098e
This commit is contained in:
parent
520420f548
commit
31d4ee0887
@ -98,7 +98,7 @@ int main(int argc, char * argv[])
|
||||
if (proccount <= 0)
|
||||
{
|
||||
toproc++;
|
||||
proccount = ccounts[toproc];
|
||||
proccount = counts[toproc];
|
||||
}
|
||||
}
|
||||
|
||||
@ -110,7 +110,7 @@ int main(int argc, char * argv[])
|
||||
{
|
||||
for (int j = 0; j < n; j++)
|
||||
{
|
||||
cout << recvmatrix[i][j] << " ";
|
||||
cout << matrix[i][j] << " ";
|
||||
}
|
||||
cout << endl;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user