updated
git-svn-id: svn://anubis/gvsu@248 45c1a28c-8058-47b2-ae61-ca45b979098e
This commit is contained in:
parent
dff25d6ff0
commit
ccf6d9f0fe
@ -103,7 +103,7 @@ int main(int argc, char * argv[])
|
||||
/* Put my received entries into my columns of the matrix */
|
||||
for (int i = 0; i < p; i++)
|
||||
{
|
||||
matrix[i][p] = recvbuf[i];
|
||||
matrix[i][my_rank] = recvbuf[i];
|
||||
}
|
||||
|
||||
/* Print out the final matrix */
|
||||
|
Loading…
x
Reference in New Issue
Block a user