]> https://gitweb.dealii.org/ - dealii.git/commitdiff
.
authorWolfgang Bangerth <bangerth@math.tamu.edu>
Mon, 9 Jul 2001 11:39:11 +0000 (11:39 +0000)
committerWolfgang Bangerth <bangerth@math.tamu.edu>
Mon, 9 Jul 2001 11:39:11 +0000 (11:39 +0000)
git-svn-id: https://svn.dealii.org/trunk@4837 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/configure

index 88c522609e3485bd6f27d78c5c4812affc7c6261..6ae19eeee07928a665ab8b7f2b7fe56e117866b3 100755 (executable)
@@ -1,6 +1,6 @@
 #! /bin/sh
 
-# From configure.in Revision: 1.79 
+# From configure.in Revision: 1.80 
 
 
 
@@ -1987,7 +1987,7 @@ cross_compiling=$ac_cv_prog_cxx_cross
 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());
 };
     
 int main() {

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.