From bab453d30725745a8151bd6301cf0c7bf7e62fce Mon Sep 17 00:00:00 2001 From: guido Date: Fri, 10 Jan 2003 10:15:26 +0000 Subject: [PATCH] wrong return type in copy_from git-svn-id: https://svn.dealii.org/trunk@6905 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/lac/include/lac/full_matrix.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.5