updated matrix entries

git-svn-id: svn://anubis/gvsu@244 45c1a28c-8058-47b2-ae61-ca45b979098e
This commit is contained in:
josh 2008-11-23 00:11:36 +00:00
parent ff390e079a
commit 334598ffca

View File

@ -62,7 +62,7 @@ int main(int argc, char * argv[])
{
for (int j = 0; j < n; j++)
{
matrix[row][j] = 100 * row + j;
matrix[row][j] = 100 * (row + 1) + (j + 1);
}
}