From: Ralf Hartmann Date: Wed, 8 Mar 2000 14:45:19 +0000 (+0000) Subject: Copy-construct the base class as well. X-Git-Tag: v8.0.0~20799 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b1efbad9866014c871072419e3b03438fd569918;p=dealii.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)