Skip to content
Snippets Groups Projects
Commit 72b527ac authored by Oliver Sander's avatar Oliver Sander Committed by sander@FU-BERLIN.DE
Browse files

bugfix: a few brackets were missing

[[Imported from SVN: r8559]]
parent e20a5073
No related branches found
No related tags found
No related merge requests found
......@@ -45,7 +45,7 @@ public:
for (int i=0; i<N; i++)
for (int j=0; j<N; j++) {
IdMinusXXT = (i==j);
IdMinusXXT[i][j] = (i==j);
for (int k=0; k<N; k++)
IdMinusXXT[i][j] -= X[i][k] * X[j][k];
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment