From: Guido Kanschat Date: Fri, 10 Jan 2003 10:15:26 +0000 (+0000) Subject: wrong return type in copy_from X-Git-Tag: v8.0.0~17081 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=09889efc3b8867c2864b62a37d8f22b323b4aeae;p=dealii.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