From: wolf Date: Fri, 5 Mar 2004 14:00:15 +0000 (+0000) Subject: Fix name. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=604014c77f53b11c3173b7db6d744fc2ec893d98;p=dealii-svn.git Fix name. git-svn-id: https://svn.dealii.org/trunk@8667 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/tests/bits/sparse_matrix_iterator_01.cc b/tests/bits/sparse_matrix_iterator_01.cc index d74a7ece48..3e112ed72a 100644 --- a/tests/bits/sparse_matrix_iterator_01.cc +++ b/tests/bits/sparse_matrix_iterator_01.cc @@ -1,4 +1,4 @@ -//---------------------------- sparse_matrix_01.cc --------------------------- +//---------------------------- sparse_matrix_iterator_01.cc --------------------------- // $Id$ // Version: $Name$ // @@ -9,7 +9,7 @@ // to the file deal.II/doc/license.html for the text and // further information on this license. // -//---------------------------- sparse_matrix_01.cc --------------------------- +//---------------------------- sparse_matrix_iterator_01.cc --------------------------- // SparseMatrix::const_iterator::operator++(int) was declared but not defined