]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Uh, forgot one more.
authorwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Fri, 26 Jul 2002 08:54:25 +0000 (08:54 +0000)
committerwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Fri, 26 Jul 2002 08:54:25 +0000 (08:54 +0000)
git-svn-id: https://svn.dealii.org/trunk@6293 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/deal.II/source/grid/grid_tools.cc

index 038515ab51fa8399130fd056b1a1975a1ef5f607..2e8c3681ad439d15f31b4851605eea75cc88c488 100644 (file)
@@ -123,7 +123,7 @@ void
 GridTools::shift (const Point<dim>   &shift_vector,
                  Triangulation<dim> &triangulation)
 {
-  transform (std::bind2nd(ptr_fun(&shift_point<dim>),
+  transform (std::bind2nd(std::ptr_fun(&shift_point<dim>),
                          shift_vector),
             triangulation);
 };

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.