]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Fix typo.
authorWolfgang Bangerth <bangerth@math.tamu.edu>
Wed, 1 Jul 1998 11:09:03 +0000 (11:09 +0000)
committerWolfgang Bangerth <bangerth@math.tamu.edu>
Wed, 1 Jul 1998 11:09:03 +0000 (11:09 +0000)
git-svn-id: https://svn.dealii.org/trunk@426 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/lac/include/lac/dfmatrix.h

index 612a0c78f537c84abea4bf7a82457b2cbaf51aed..c0254a2ed6c6c341fd6e72767433332a5e6f18d7 100644 (file)
@@ -490,7 +490,7 @@ double dFMatrix::operator() (const unsigned int i, const unsigned int j) const {
 inline
 double & dFMatrix::operator() (const unsigned int i, const unsigned int j) {
   Assert (i<dim_image, ExcInvalidIndex (i, dim_image));
-  Assert (j<dim_range, ExcInvalidIndex (i, dim_range));
+  Assert (j<dim_range, ExcInvalidIndex (j, dim_range));
   return el(i,j);
 }
 

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.