From: hartmann Date: Wed, 8 Mar 2000 14:45:19 +0000 (+0000) Subject: Copy-construct the base class as well. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6a2965916d4ba44bb886a76aebf7b4c21e4e4df2;p=dealii-svn.git Copy-construct the base class as well. git-svn-id: https://svn.dealii.org/trunk@2570 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/lac/include/lac/sparse_matrix.templates.h b/deal.II/lac/include/lac/sparse_matrix.templates.h index 2348d8c66b..cc03f21d1c 100644 --- a/deal.II/lac/include/lac/sparse_matrix.templates.h +++ b/deal.II/lac/include/lac/sparse_matrix.templates.h @@ -41,6 +41,7 @@ SparseMatrix::SparseMatrix () : template SparseMatrix::SparseMatrix (const SparseMatrix &m) : + Subscriptor (m), cols(0), val(0), max_len(0)