]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Copy-construct the base class as well.
authorRalf Hartmann <Ralf.Hartmann@dlr.de>
Wed, 8 Mar 2000 14:45:19 +0000 (14:45 +0000)
committerRalf Hartmann <Ralf.Hartmann@dlr.de>
Wed, 8 Mar 2000 14:45:19 +0000 (14:45 +0000)
git-svn-id: https://svn.dealii.org/trunk@2570 0785d39b-7218-0410-832d-ea1e28bc413d

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

index 2348d8c66bd2786b65eb3104c13628e12e11016c..cc03f21d1c3e0e34d563a754212a6cee06c21f69 100644 (file)
@@ -41,6 +41,7 @@ SparseMatrix<number>::SparseMatrix () :
 
 template <typename number>
 SparseMatrix<number>::SparseMatrix (const SparseMatrix &m) :
+               Subscriptor (m),
                cols(0),
                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.