Skip to content
Snippets Groups Projects
Commit 30b43062 authored by Christoph Grüninger's avatar Christoph Grüninger
Browse files

[scaledidmatrixtest] Supress warning with DUNE_UNUSED.

[[Imported from SVN: r1705]]
parent 9a105ae3
Branches
Tags
No related merge requests found
......@@ -48,7 +48,7 @@ void test_matrix()
std::cout << f << std::endl;
// Construction of FieldMatrix from ScaledIdentityMatrix
FieldMatrix<K,n,n> AFM = FieldMatrix<K,n,n>(A);
FieldMatrix<K,n,n> AFM DUNE_UNUSED = FieldMatrix<K,n,n>(A);
}
int main()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment