]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
wrong return type in copy_from
authorguido <guido@0785d39b-7218-0410-832d-ea1e28bc413d>
Fri, 10 Jan 2003 10:15:26 +0000 (10:15 +0000)
committerguido <guido@0785d39b-7218-0410-832d-ea1e28bc413d>
Fri, 10 Jan 2003 10:15:26 +0000 (10:15 +0000)
git-svn-id: https://svn.dealii.org/trunk@6905 0785d39b-7218-0410-832d-ea1e28bc413d

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

index b1be4abb3fa7048fc45239f2d0e6b37a03a87384..fab9ddc6e75500dc10ac24e4da87be6eb390d747 100644 (file)
@@ -138,7 +138,7 @@ class FullMatrix : public Table<2,number>
                                      * matrices are possible sources.
                                      */
     template <class MATRIX>
-    FullMatrix<number>& copy_from (const MATRIX&);
+    void copy_from (const MATRIX&);
     
                                     /**
                                      * Comparison operator. Be

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.