From: guido Date: Fri, 10 Jan 2003 10:15:26 +0000 (+0000) Subject: wrong return type in copy_from X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bab453d30725745a8151bd6301cf0c7bf7e62fce;p=dealii-svn.git wrong return type in copy_from git-svn-id: https://svn.dealii.org/trunk@6905 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/lac/include/lac/full_matrix.h b/deal.II/lac/include/lac/full_matrix.h index b1be4abb3f..fab9ddc6e7 100644 --- a/deal.II/lac/include/lac/full_matrix.h +++ b/deal.II/lac/include/lac/full_matrix.h @@ -138,7 +138,7 @@ class FullMatrix : public Table<2,number> * matrices are possible sources. */ template - FullMatrix& copy_from (const MATRIX&); + void copy_from (const MATRIX&); /** * Comparison operator. Be