git-svn-id: svn://anubis/gvsu@248 45c1a28c-8058-47b2-ae61-ca45b979098e
This commit is contained in:
josh 2008-11-23 03:26:37 +00:00
parent dff25d6ff0
commit ccf6d9f0fe

View File

@ -103,7 +103,7 @@ int main(int argc, char * argv[])
/* Put my received entries into my columns of the matrix */ /* Put my received entries into my columns of the matrix */
for (int i = 0; i < p; i++) for (int i = 0; i < p; i++)
{ {
matrix[i][p] = recvbuf[i]; matrix[i][my_rank] = recvbuf[i];
} }
/* Print out the final matrix */ /* Print out the final matrix */