]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Add std::, although in a comment. If someone wants to reinsert the
authorwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Wed, 13 Feb 2002 09:49:24 +0000 (09:49 +0000)
committerwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Wed, 13 Feb 2002 09:49:24 +0000 (09:49 +0000)
code, then that'll yield less problems.

git-svn-id: https://svn.dealii.org/trunk@5517 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/deal.II/source/grid/tria.cc

index 51890414e411cdd242e35d3b5f1560ebd6d37f3d..75342c39b2f9a5373b96fc15551f8eb56e7da720 100644 (file)
@@ -459,23 +459,23 @@ void Triangulation<2>::create_triangulation (const std::vector<Point<2> >    &v,
                                       // vertices, but deciding this is
                                       // difficult and not implemented.
 //        for (unsigned int line=0; line<4; ++line)
-//     if (needed_lines.find(make_pair(line_vertices[line].second,
-//                                     line_vertices[line].first))
+//     if (needed_lines.find(std::make_pair(line_vertices[line].second,
+//                                          line_vertices[line].first))
 //         !=
 //         needed_lines.end())
 //       {
 //                                          // rotate vertex numbers
-//         swap (cells[cell].vertices[0], cells[cell].vertices[2]);
-//         swap (cells[cell].vertices[1], cells[cell].vertices[3]);
+//         std::swap (cells[cell].vertices[0], cells[cell].vertices[2]);
+//         std::swap (cells[cell].vertices[1], cells[cell].vertices[3]);
 //                                          // remake lines
 //         line_vertices[0]
-//           = make_pair (cells[cell].vertices[0], cells[cell].vertices[1]);
+//           = std::make_pair (cells[cell].vertices[0], cells[cell].vertices[1]);
 //         line_vertices[1]
-//           = make_pair (cells[cell].vertices[1], cells[cell].vertices[2]);
+//           = std::make_pair (cells[cell].vertices[1], cells[cell].vertices[2]);
 //         line_vertices[2]
-//           = make_pair (cells[cell].vertices[0], cells[cell].vertices[3]);
+//           = std::make_pair (cells[cell].vertices[0], cells[cell].vertices[3]);
 //         line_vertices[3]
-//           = make_pair (cells[cell].vertices[3], cells[cell].vertices[2]);
+//           = std::make_pair (cells[cell].vertices[3], cells[cell].vertices[2]);
 //                                          // allow for only one such
 //                                          // rotation
 //         break;

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.