From 568f165166207d51de7df7765572463e9ed072e4 Mon Sep 17 00:00:00 2001 From: guido Date: Mon, 9 Sep 2002 13:14:19 +0000 Subject: [PATCH] sparse_matrices should be ok git-svn-id: https://svn.dealii.org/trunk@6372 0785d39b-7218-0410-832d-ea1e28bc413d --- tests/lac/testmatrix.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/lac/testmatrix.cc b/tests/lac/testmatrix.cc index 7ca6bdb4c3..2478dc2093 100644 --- a/tests/lac/testmatrix.cc +++ b/tests/lac/testmatrix.cc @@ -114,7 +114,7 @@ FDMatrix::nine_point_structure(SparsityPattern& structure) const template void -FDMatrix::nine_point(MATRIX& A, bool nonsymmetric) const +FDMatrix::nine_point(MATRIX& A, bool) const { for(unsigned int i=0;i<=ny-2;i++) { -- 2.39.5