]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Remove TODO, add comment.
authorwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Mon, 30 Apr 2001 11:10:49 +0000 (11:10 +0000)
committerwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Mon, 30 Apr 2001 11:10:49 +0000 (11:10 +0000)
git-svn-id: https://svn.dealii.org/trunk@4508 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/lac/include/lac/filtered_matrix.h

index 03dc7f33a467f6d72189aa36b028224292cf8775..621b3c2d804be95fe8b4c4eb525dbdb3c3bbd57d 100644 (file)
@@ -281,6 +281,12 @@ class FilteredMatrix : public Subscriptor
                                      * @p{std::map<unsigned,value_type>},
                                      * this is automatically the
                                      * case.
+                                     *
+                                     * Note that we do not check
+                                     * whether the input range is
+                                     * sorted, as this would be too
+                                     * expensive. You have to ensure
+                                     * this yourself.
                                      */
     template <class ConstraintList>
     void add_constraints (const ConstraintList &new_constraints);
@@ -588,7 +594,6 @@ add_constraints (const ConstraintList &new_constraints)
                      constraints.begin()+old_size,
                      constraints.end(),
                      PairComparison());
-//TODO:[WB] Use equal_range etc to assert that the array is indeed sorted  
 };
 
 

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.