From e794ca92a29beba83977f698ba42fb5f2c1e3fe2 Mon Sep 17 00:00:00 2001 From: deal Date: Sat, 24 May 2003 00:23:03 +0000 Subject: [PATCH] . git-svn-id: https://svn.dealii.org/trunk@7675 0785d39b-7218-0410-832d-ea1e28bc413d --- tests/bits/sparse_lu_decomposition_1.cc | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/tests/bits/sparse_lu_decomposition_1.cc b/tests/bits/sparse_lu_decomposition_1.cc index 5473aa1594..64c28fdc08 100644 --- a/tests/bits/sparse_lu_decomposition_1.cc +++ b/tests/bits/sparse_lu_decomposition_1.cc @@ -1,6 +1,6 @@ //---------------------------- sparse_lu_decomposition_1.cc --------------------------- -// $Id$ -// Version: $Name$ +// sparse_lu_decomposition_1.cc,v 1.1 2003/05/09 21:13:30 wolf Exp +// Version: // // Copyright (C) 2003 by the deal.II authors // @@ -15,6 +15,9 @@ // inheritance of SparseMatrix by SparseLUDecomposition, and the // associated lack of accessibility of the Subscriptor functions to // the SmartPointer +// +// it was fixed around 203-05-22 + #include #include -- 2.39.5