]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Missing std.
authorhartmann <hartmann@0785d39b-7218-0410-832d-ea1e28bc413d>
Wed, 6 Jul 2005 16:49:02 +0000 (16:49 +0000)
committerhartmann <hartmann@0785d39b-7218-0410-832d-ea1e28bc413d>
Wed, 6 Jul 2005 16:49:02 +0000 (16:49 +0000)
git-svn-id: https://svn.dealii.org/trunk@11083 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/deal.II/source/grid/grid_reordering.cc

index 4d9bf6c38eafd02cd7024926b9ed4557d5b46e81..82ce76a13214dd9fe55bb9609535ac4dd8272c28 100644 (file)
@@ -1457,7 +1457,7 @@ GridReordering<3>::invert_all_cells_of_negative_grid(
       {
        ++n_negative_cells;
        for (unsigned int i=0; i<4; ++i)
-         swap(cells[cell_no].vertices[i], cells[cell_no].vertices[i+4]);
+         std::swap(cells[cell_no].vertices[i], cells[cell_no].vertices[i+4]);
        
                                         // check whether the
                                         // resulting cell is now ok.

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.