From b0e87375a157bd7091d971c560c2e6aa8a8fcf65 Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Fri, 5 Mar 2004 14:00:15 +0000 Subject: [PATCH] Fix name. git-svn-id: https://svn.dealii.org/trunk@8667 0785d39b-7218-0410-832d-ea1e28bc413d --- tests/bits/sparse_matrix_iterator_01.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 2.39.5