]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Add forgotten std::
authorwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Tue, 4 Feb 2003 21:53:55 +0000 (21:53 +0000)
committerwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Tue, 4 Feb 2003 21:53:55 +0000 (21:53 +0000)
git-svn-id: https://svn.dealii.org/trunk@7018 0785d39b-7218-0410-832d-ea1e28bc413d

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

index ac89c9d43443431f0566b20c7f48e815544f3587..1bb745694f0ab15d1b531d94b34d8d402b495cc0 100644 (file)
@@ -208,9 +208,9 @@ void ConstraintMatrix::close ()
                                       // another node times 0
                                       // appears. obviously,
                                       // 0*something can be omitted
-      line->entries.erase (remove_if (line->entries.begin(),
-                                     line->entries.end(),
-                                     &check_zero_weight),
+      line->entries.erase (std::remove_if (line->entries.begin(),
+                                           line->entries.end(),
+                                           &check_zero_weight),
                            line->entries.end());
 
                                       // now sort the remainder

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.