]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Add missing std::
authorwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Fri, 26 Jul 2002 08:44:37 +0000 (08:44 +0000)
committerwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Fri, 26 Jul 2002 08:44:37 +0000 (08:44 +0000)
git-svn-id: https://svn.dealii.org/trunk@6292 0785d39b-7218-0410-832d-ea1e28bc413d

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

index 605158cd738df85385008ce626b7006b78fd5474..038515ab51fa8399130fd056b1a1975a1ef5f607 100644 (file)
@@ -135,7 +135,7 @@ void
 GridTools::rotate (const double      angle,
                   Triangulation<2> &triangulation)
 {
-  transform (std::bind2nd(ptr_fun(&rotate2d),
+  transform (std::bind2nd(std::ptr_fun(&rotate2d),
                          angle),
             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.