]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Fix typo.
authorwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Mon, 22 Nov 1999 11:34:00 +0000 (11:34 +0000)
committerwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Mon, 22 Nov 1999 11:34:00 +0000 (11:34 +0000)
git-svn-id: https://svn.dealii.org/trunk@1924 0785d39b-7218-0410-832d-ea1e28bc413d

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

index 82d8a125b3bba829b66b9cdf4402a7c9ead7a429..421d5628d1dbf9c24f2804c9b29906ef81348832 100644 (file)
@@ -705,7 +705,7 @@ inline number
 FullMatrix<number>::operator() (const unsigned int i, const unsigned int j) const
 {  
   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.