]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
one more c++11 bugfix (thanks Ian Rose)
authorheister <heister@0785d39b-7218-0410-832d-ea1e28bc413d>
Mon, 9 Sep 2013 16:35:01 +0000 (16:35 +0000)
committerheister <heister@0785d39b-7218-0410-832d-ea1e28bc413d>
Mon, 9 Sep 2013 16:35:01 +0000 (16:35 +0000)
git-svn-id: https://svn.dealii.org/trunk@30653 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/source/distributed/tria.cc

index 0a3129e2897a2c9131153c3f1b9cdeb96d4c4f21..1af06931300af9d389fbc9e89f65286302e729bb 100644 (file)
@@ -3639,10 +3639,10 @@ namespace parallel
 
       for (; periodic_tuple<periodic_end; ++periodic_tuple)
       {
-        const cell_iterator first_cell=std::get<0>(*periodic_tuple);
-        const cell_iterator second_cell=std::get<2>(*periodic_tuple);
-        const unsigned int face_right=std::get<3>(*periodic_tuple);
-        const unsigned int face_left=std::get<1>(*periodic_tuple);
+        const cell_iterator first_cell=std_cxx1x::get<0>(*periodic_tuple);
+        const cell_iterator second_cell=std_cxx1x::get<2>(*periodic_tuple);
+        const unsigned int face_right=std_cxx1x::get<3>(*periodic_tuple);
+        const unsigned int face_left=std_cxx1x::get<1>(*periodic_tuple);
 
         //respective cells of the matching faces in p4est
         const unsigned int tree_left

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.