]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Fix obvious oversight.
authorWolfgang Bangerth <bangerth@math.tamu.edu>
Tue, 29 Apr 2003 17:31:55 +0000 (17:31 +0000)
committerWolfgang Bangerth <bangerth@math.tamu.edu>
Tue, 29 Apr 2003 17:31:55 +0000 (17:31 +0000)
git-svn-id: https://svn.dealii.org/trunk@7494 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/deal.II/include/grid/filtered_iterator.h

index 9e3220e19c13c84da1008105029b7ab5dddc046f..99e96ab641c562c6f1dfd1598808a0a21603d1df 100644 (file)
@@ -782,7 +782,7 @@ set_to_previous_positive (const BaseIterator &bi)
 {
   BaseIterator::operator = (bi);
   while ((this->state() == IteratorState::valid) &&
-        ( ! predicate(*this)))
+        ( ! (*predicate)(*this)))
     BaseIterator::operator-- ();
   
   return *this;

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.