]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Fix missing return statement.
authorwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Thu, 9 Jan 2003 16:48:05 +0000 (16:48 +0000)
committerwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Thu, 9 Jan 2003 16:48:05 +0000 (16:48 +0000)
git-svn-id: https://svn.dealii.org/trunk@6898 0785d39b-7218-0410-832d-ea1e28bc413d

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

index 0e972331918af6997b2fe429358ae52a7e7d1dc6..0ecc0714990c8bbbd92210d1fb0e01f05856fd8c 100644 (file)
@@ -777,6 +777,7 @@ FullMatrix<number>::operator = (const MATRIX& M)
   const typename MATRIX::const_iterator end = M.end();
   for (entry = M.begin();entry != end;++entry)
     el(entry->row(), entry->column()) = entry->value();
+  return *this;
 }
 
 /*----------------------------   fullmatrix.h     ---------------------------*/

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.