]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Fix a missing std::, as pointed out by Benjamin Kirk (benkirk@cfdlab.ae.utexas.edu)
authorwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Wed, 22 Aug 2001 20:47:14 +0000 (20:47 +0000)
committerwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Wed, 22 Aug 2001 20:47:14 +0000 (20:47 +0000)
git-svn-id: https://svn.dealii.org/trunk@4905 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/deal.II/source/dofs/dof_constraints.cc

index 0c0b594545f4df05c4cbf1c98cd2b04fd24d871a..3f22cc31208a500ea29a62bf0a73b946d0b933f8 100644 (file)
@@ -415,7 +415,7 @@ void ConstraintMatrix::merge (const ConstraintMatrix &other_constraints)
              for (std::vector<std::pair<unsigned int, double> >::const_iterator
                     j=tmp_other_lines[i]->entries.begin();
                   j!=tmp_other_lines[i]->entries.end(); ++j)
-               tmp.push_back (make_pair(j->first, j->second*weight));
+               tmp.push_back (std::make_pair(j->first, j->second*weight));
            };
        };
                                       // finally exchange old and

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.