]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Finally make compile.
authorWolfgang Bangerth <bangerth@math.tamu.edu>
Mon, 7 Jan 2013 18:52:34 +0000 (18:52 +0000)
committerWolfgang Bangerth <bangerth@math.tamu.edu>
Mon, 7 Jan 2013 18:52:34 +0000 (18:52 +0000)
git-svn-id: https://svn.dealii.org/trunk@27965 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/source/numerics/matrix_tools.cc

index 51dd6b24d8580a140fd5215a7e904e5a9375230f..fe02fbef829b82930886728c4a498fca4874fff0 100644 (file)
@@ -2,7 +2,7 @@
 //    $Id$
 //    Version: $Name$
 //
-//    Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011, 2012 by the deal.II authors
+//    Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011, 2012, 2013 by the deal.II authors
 //
 //    This file is subject to QPL and may not be  distributed
 //    without copyright and license information. Please refer
@@ -1932,7 +1932,7 @@ namespace MatrixTools
   namespace
   {
     template <typename Iterator>
-    bool column_less_than(const typename Iterator::value_type &p,
+    bool column_less_than(const typename Iterator::value_type p,
                           const unsigned int column)
     {
       return (p.column() < column);
@@ -2066,7 +2066,7 @@ namespace MatrixTools
                 // find the position of
                 // element
                 // (row,dof_number)
-                bool (*comp)(const typename SparseMatrix<number>::iterator::value_type &p,
+                bool (*comp)(const typename SparseMatrix<number>::iterator::value_type p,
                              const unsigned int column)
                 = &column_less_than<typename SparseMatrix<number>::iterator>;
                 const typename SparseMatrix<number>::iterator

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.