]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
More C++11 fixes.
authorbangerth <bangerth@0785d39b-7218-0410-832d-ea1e28bc413d>
Mon, 9 Sep 2013 03:29:02 +0000 (03:29 +0000)
committerbangerth <bangerth@0785d39b-7218-0410-832d-ea1e28bc413d>
Mon, 9 Sep 2013 03:29:02 +0000 (03:29 +0000)
git-svn-id: https://svn.dealii.org/trunk@30646 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/source/grid/grid_tools.cc

index 1192d8c0ff2f7793e0bb9ca845182f308941a152..191eca69a877daf372c3e66e65fb98330053d6f1 100644 (file)
@@ -2601,11 +2601,10 @@ next_cell:
               {
                 const std_cxx1x::tuple<typename DH::cell_iterator, unsigned int,
                                        typename DH::cell_iterator, unsigned int>
-                  periodic_tuple
-                    = std_cxx1x::make_tuple(p->first.first,
-                                           p->first.second,
-                                           cell,
-                                           f);
+                  periodic_tuple (p->first.first,
+                                 p->first.second,
+                                 cell,
+                                 f);
 
                 periodicity_vector.push_back(periodic_tuple);
 

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.