]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
add subscriber information
authorkanschat <kanschat@0785d39b-7218-0410-832d-ea1e28bc413d>
Fri, 9 Feb 2007 20:11:11 +0000 (20:11 +0000)
committerkanschat <kanschat@0785d39b-7218-0410-832d-ea1e28bc413d>
Fri, 9 Feb 2007 20:11:11 +0000 (20:11 +0000)
git-svn-id: https://svn.dealii.org/trunk@14457 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/lac/include/lac/sparse_matrix.templates.h

index fc43544a1c19b7de897239caebb9a5b6ace00a50..d739627109aea37e7b0266260ad68b7ceed00d33 100644 (file)
@@ -2,7 +2,7 @@
 //    $Id$
 //    Version: $Name$
 //
-//    Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006 by the deal.II authors
+//    Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007 by the deal.II authors
 //
 //    This file is subject to QPL and may not be  distributed
 //    without copyright and license information. Please refer
@@ -47,7 +47,7 @@ DEAL_II_NAMESPACE_OPEN
 template <typename number>
 SparseMatrix<number>::SparseMatrix ()
                 :
-               cols(0),
+               cols(0, "SparseMatrix"),
                val(0),
                max_len(0)
 {}
@@ -58,7 +58,7 @@ template <typename number>
 SparseMatrix<number>::SparseMatrix (const SparseMatrix &m)
                 :
                Subscriptor (m),
-               cols(0),
+               cols(0, "SparseMatrix"),
                val(0),
                max_len(0)
 {
@@ -85,7 +85,7 @@ SparseMatrix<number>::operator = (const SparseMatrix<number> &m)
 template <typename number>
 SparseMatrix<number>::SparseMatrix (const SparsityPattern &c)
                 :
-               cols(0),
+               cols(0, "SparseMatrix"),
                val(0),
                max_len(0)
 {
@@ -98,7 +98,7 @@ template <typename number>
 SparseMatrix<number>::SparseMatrix (const SparsityPattern &c,
                                    const IdentityMatrix  &id)
                 :
-               cols(0),
+               cols(0, "SparseMatrix"),
                val(0),
                max_len(0)
 {

In the beginning the Universe was created. This has made a lot of people very angry and has been widely regarded as a bad move.

Douglas Adams


Typeset in Trocchi and Trocchi Bold Sans Serif.