]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Fix typo in MatrixFreeOperators::Base 4079/head
authorDaniel Arndt <daniel.arndt@iwr.uni-heidelberg.de>
Fri, 17 Mar 2017 11:09:36 +0000 (12:09 +0100)
committerDaniel Arndt <daniel.arndt@iwr.uni-heidelberg.de>
Fri, 17 Mar 2017 11:09:49 +0000 (12:09 +0100)
include/deal.II/matrix_free/operators.h

index d5c5dd172424e642854f4e78e24b56108e78c970..a561ce1530e7e3a2d9c1d8b4f054c555b94e6bc7 100644 (file)
@@ -997,7 +997,7 @@ namespace MatrixFreeOperators
         for (unsigned int i=0; i<given_column_selection.size(); ++i)
           {
             AssertIndexRange(given_column_selection[i], data_->n_components());
-            for (unsigned int j=0; j<given_row_selection.size(); ++j)
+            for (unsigned int j=0; j<given_column_selection.size(); ++j)
               if (j!=i)
                 Assert(given_column_selection[j] != given_column_selection[i],
                        ExcMessage("Given column indices must be unique"));

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.