]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Copy constructor needs explicit initialization of the base class 'Subscriptor'
authorhartmann <hartmann@0785d39b-7218-0410-832d-ea1e28bc413d>
Mon, 3 May 1999 11:15:01 +0000 (11:15 +0000)
committerhartmann <hartmann@0785d39b-7218-0410-832d-ea1e28bc413d>
Mon, 3 May 1999 11:15:01 +0000 (11:15 +0000)
git-svn-id: https://svn.dealii.org/trunk@1239 0785d39b-7218-0410-832d-ea1e28bc413d

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

index fced113f2fcc6aa3cf509e7186001277f2f048e9..dff65e6cb2ac5c840fd4e324107889bb8e721f8c 100644 (file)
@@ -26,7 +26,8 @@ FullMatrix<number>::FullMatrix (const unsigned int m, const unsigned int n)
 
 
 template <typename number>
-FullMatrix<number>::FullMatrix (const FullMatrix &m) 
+FullMatrix<number>::FullMatrix (const FullMatrix &m):
+               Subscriptor()
 {
   init (m.dim_image, m.dim_range);
   if (dim_range*dim_image != 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.