Skip to content
Snippets Groups Projects
Commit 10e72ef5 authored by Jö Fahlke's avatar Jö Fahlke
Browse files

[matrixtest.cc] Enable test for 1x1 FieldMatrices.

Found by clang 6 -Wunused-variable.

No idea why the FieldMatrix is tested in ISTL, but whatever.
parent 9da2de98
No related branches found
No related tags found
1 merge request!222[matrixtest.cc] Enable test for 1x1 FieldMatrices.
Pipeline #10546 passed
......@@ -533,7 +533,7 @@ int main()
FieldVector<double,1> fvX1;
FieldVector<double,1> fvY1;
testMatrix(fMatrix, fvX, fvY);
testMatrix(fMatrix1x1, fvX1, fvY1);
// ////////////////////////////////////////////////////////////////////////
// Test the DiagonalMatrix class
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment