From 1080a0887aafb5c11cb824fc7870347550fd174c Mon Sep 17 00:00:00 2001 From: wolf Date: Thu, 10 May 2001 08:47:28 +0000 Subject: [PATCH] Fix name of the game. git-svn-id: https://svn.dealii.org/trunk@4585 0785d39b-7218-0410-832d-ea1e28bc413d --- tests/lac/sparse_ilu.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/lac/sparse_ilu.cc b/tests/lac/sparse_ilu.cc index 01e5c9bc4d..ffb596b841 100644 --- a/tests/lac/sparse_ilu.cc +++ b/tests/lac/sparse_ilu.cc @@ -1,4 +1,4 @@ -//---------------------------- solver.cc --------------------------- +//---------------------------- sparse_ilu.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. // -//---------------------------- solver.cc --------------------------- +//---------------------------- sparse_ilu.cc --------------------------- // make sure that the SparseILU applied with infinite fill-in -- 2.39.5