]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Satisfy unhappy compiler.
authorwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Tue, 18 Feb 2003 00:46:43 +0000 (00:46 +0000)
committerwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Tue, 18 Feb 2003 00:46:43 +0000 (00:46 +0000)
git-svn-id: https://svn.dealii.org/trunk@7138 0785d39b-7218-0410-832d-ea1e28bc413d

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

index dbfa1d4e00fdfc2f9d0ea5eba54c9dae50f7272e..954ee45a1709c7b14157fdf9b07d41b772fcc42b 100644 (file)
@@ -30,7 +30,9 @@ SparseMatrixEZ<number>::SparseMatrixEZ()
 
 
 template <typename number>
-SparseMatrixEZ<number>::SparseMatrixEZ(const SparseMatrixEZ<number>&)
+SparseMatrixEZ<number>::SparseMatrixEZ(const SparseMatrixEZ<number> &m)
+                :
+                Subscriptor (m)
 {
   Assert(false, ExcNotImplemented());
 }

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.