]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Fix include comments
authorJonathan Robey <class4kayaker@gmail.com>
Fri, 29 Jul 2016 16:46:53 +0000 (09:46 -0700)
committerJonathan Robey <class4kayaker@gmail.com>
Fri, 29 Jul 2016 16:46:53 +0000 (09:46 -0700)
include/deal.II/grid/filtered_iterator.h
include/deal.II/numerics/time_dependent.h

index f02521fe8b9cff9420f25eff0774ef63d90035d9..b9908dcf7a9b03126f26624180419c684888d431 100644 (file)
@@ -376,7 +376,7 @@ namespace IteratorFilters
  * @endcode
  * then
  * @code
- *   std_cxx11::bind (std::ptr_fun(&level_equal_to<active_cell_iterator>), std_cxx11::_1, 3)
+ *   std_cxx11::bind (&level_equal_to<active_cell_iterator>, std_cxx11::_1, 3)
  * @endcode
  * is another valid predicate (here: a function that returns true if either
  * the iterator is past the end or the level is equal to the second argument;
index 504bdee3e0886e1e57dfa240ff6ef3de5b8d44f6..c71f09d4a7c533e45691f8a92ab2c49a697953e9 100644 (file)
@@ -284,7 +284,7 @@ template <int dim, int spacedim> class Triangulation;
  *
  *   do_loop (mem_fun (&TimeStepBase_Tria<dim>::init_for_refinement),
  *            std_cxx11::bind (&TimeStepBase_Wave<dim>::refine_grid,
- *                             std_cxx11::_1
+ *                             std_cxx11::_1,
  *                             TimeStepBase_Tria<dim>::RefinementData (top_threshold,
  *                                                                     bottom_threshold)),
  *            TimeDependent::TimeSteppingData (0,1),

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.