Skip to content
Snippets Groups Projects
Commit 4ab7e91a authored by Oliver Sander's avatar Oliver Sander
Browse files

partly revert patch 1191. was only committed by accident

[[Imported from SVN: r1194]]
parent 57acea0b
No related branches found
No related tags found
No related merge requests found
......@@ -288,7 +288,7 @@ int main()
matrix[i][j][k][l] = (i+j)/((double)(k*l)); // just anything
testSuperMatrix(matrix);
#if 0
// ////////////////////////////////////////////////////////////
// Test the BCRSMatrix class -- a sparse dynamic matrix
// ////////////////////////////////////////////////////////////
......@@ -397,5 +397,5 @@ int main()
sIdMatrix = 3.1459;
testMatrix(sIdMatrix, fvX, fvY);
#endif
}
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