]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Fix typo.
authorwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Thu, 25 Mar 1999 13:52:55 +0000 (13:52 +0000)
committerwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Thu, 25 Mar 1999 13:52:55 +0000 (13:52 +0000)
git-svn-id: https://svn.dealii.org/trunk@1048 0785d39b-7218-0410-832d-ea1e28bc413d

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

index 35e5f5e3cc172ba35d9ad8e075c9ce23dba2517c..4abcbf415ee2c3ea386318c4447590d9a2ce7c03 100644 (file)
@@ -437,7 +437,7 @@ void FullMatrix<number>::backward (Vector<number2>& dst, const Vector<number2>&
 {
   Assert(n() <= m(), ExcNotQuadratic());
   Assert(dst.size() == n(), ExcDimensionMismatch(dst.size(), n()));
-  Assert(src.size() == m(), ExcDimensionMismatch(src.size(), n()));
+  Assert(src.size() == m(), ExcDimensionMismatch(src.size(), m()));
 
   unsigned int j;
   unsigned int nu = (m()<n() ? m() : n());

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.