]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Had a wrong assertion.
authorMartin Kronbichler <kronbichler@lnm.mw.tum.de>
Fri, 8 May 2009 09:58:24 +0000 (09:58 +0000)
committerMartin Kronbichler <kronbichler@lnm.mw.tum.de>
Fri, 8 May 2009 09:58:24 +0000 (09:58 +0000)
git-svn-id: https://svn.dealii.org/trunk@18824 0785d39b-7218-0410-832d-ea1e28bc413d

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

index 1b12cd9661df7b6afae9e5551836a3deeb762c43..84ffb321b11eb9ac659dbb30db2e6fb1f2682b4f 100644 (file)
@@ -1151,7 +1151,7 @@ SparseMatrix<number>::Tmmult (SparseMatrix<numberC>       &C,
       C.reinit (sp_C);
     }
 
-  Assert (C.m() == m(), ExcDimensionMismatch(C.m(), m()));
+  Assert (C.m() == n(), ExcDimensionMismatch(C.m(), n()));
   Assert (C.n() == B.n(), ExcDimensionMismatch(C.n(), B.n()));
 
                                   // create an array that caches some

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.