From: bangerth Date: Wed, 6 Aug 2008 04:24:28 +0000 (+0000) Subject: Fix comment. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a45ec598a37407862324fca03617093c514da28f;p=dealii-svn.git Fix comment. git-svn-id: https://svn.dealii.org/trunk@16495 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/tests/bits/sparse_matrix_vector_07.cc b/tests/bits/sparse_matrix_vector_07.cc index 7d67e1e1c0..109e590a4f 100644 --- a/tests/bits/sparse_matrix_vector_07.cc +++ b/tests/bits/sparse_matrix_vector_07.cc @@ -2,7 +2,7 @@ // sparse_matrix_vector_07.cc,v 1.5 2004/02/26 17:25:45 wolf Exp // Version: // -// Copyright (C) 2004, 2005 by the deal.II authors +// Copyright (C) 2004, 2005, 2008 by the deal.II authors // // This file is subject to QPL and may not be distributed // without copyright and license information. Please refer @@ -12,7 +12,7 @@ //---------------------------- sparse_matrix_vector_07.cc --------------------------- -// check SparseMatrix::matrix_norm_square +// check SparseMatrix::residual #include "../tests.h" #include