From: deal Date: Sat, 24 May 2003 00:23:03 +0000 (+0000) Subject: . X-Git-Tag: v8.0.0~16503 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e794ca92a29beba83977f698ba42fb5f2c1e3fe2;p=dealii.git . git-svn-id: https://svn.dealii.org/trunk@7675 0785d39b-7218-0410-832d-ea1e28bc413d --- 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