]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Fix a missing std::
authorwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Mon, 9 Jul 2001 11:38:20 +0000 (11:38 +0000)
committerwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Mon, 9 Jul 2001 11:38:20 +0000 (11:38 +0000)
git-svn-id: https://svn.dealii.org/trunk@4836 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/aclocal.m4

index 9cb020fcead95c3947c6f6f37fb9c1db716ec4f2..2399c3e1e5b7ac4f64f2fed5ce216533aed022c7 100644 (file)
@@ -385,7 +385,7 @@ AC_DEFUN(DEAL_II_HAVE_LRAND48_DECLARED, dnl
 void f()
 {
   std::vector<unsigned int> new_indices;
-  random_shuffle (new_indices.begin(), new_indices.end());
+  std::random_shuffle (new_indices.begin(), new_indices.end());
 };
     ],
     [],

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.