]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
add missing std::
authorkanschat <kanschat@0785d39b-7218-0410-832d-ea1e28bc413d>
Fri, 23 Feb 2007 16:14:00 +0000 (16:14 +0000)
committerkanschat <kanschat@0785d39b-7218-0410-832d-ea1e28bc413d>
Fri, 23 Feb 2007 16:14:00 +0000 (16:14 +0000)
git-svn-id: https://svn.dealii.org/trunk@14497 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/lac/include/lac/sparse_vanka.templates.h

index d784f2b119397994740dd402de04e508a23181da..1a80a04be15af02b1b15a51f779d1a0bc64d4445 100644 (file)
@@ -2,7 +2,7 @@
 //    $Id$
 //    Version: $Name$
 //
-//    Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006 by the deal.II authors
+//    Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007 by the deal.II authors
 //
 //    This file is subject to QPL and may not be  distributed
 //    without copyright and license information. Please refer
@@ -468,9 +468,9 @@ SparseBlockVanka<number>::compute_dof_masks (const SparseMatrix<number> &M,
       case index_intervals:
       {
        for (unsigned int block=0; block<n_blocks; ++block)
-         fill_n (dof_masks[block].begin()+intervals[block].first,
-                 intervals[block].second - intervals[block].first,
-                 true);
+         std::fill_n (dof_masks[block].begin()+intervals[block].first,
+                      intervals[block].second - intervals[block].first,
+                      true);
        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.