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

Ignore unused variable in diagonalmatrixtest.cc

SVN ignore testdebugallocator*

[[Imported from SVN: r7028]]
parent 66d23a17
No related branches found
No related tags found
No related merge requests found
......@@ -63,3 +63,9 @@ tuplestest_dune
tuplestest_std
tuplestest_tr1
check_fvector_size
testdebugallocator
testdebugallocator_fail1
testdebugallocator_fail2
testdebugallocator_fail3
testdebugallocator_fail4
testdebugallocator_fail5
......@@ -47,7 +47,7 @@ void test_matrix()
std::cout << f << std::endl;
// assign to FieldMatrix
FieldMatrix<K,n,n> AFM = FieldMatrix<K,n,n>(A);
DUNE_UNUSED FieldMatrix<K,n,n> AFM = FieldMatrix<K,n,n>(A);
}
int main()
......
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