From e680418bf4b7ae2bcbfd7171fec7ab3b7bef4cbd Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Mon, 7 Jan 2013 18:52:34 +0000 Subject: [PATCH] Finally make compile. git-svn-id: https://svn.dealii.org/trunk@27965 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/source/numerics/matrix_tools.cc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/deal.II/source/numerics/matrix_tools.cc b/deal.II/source/numerics/matrix_tools.cc index 51dd6b24d8..fe02fbef82 100644 --- a/deal.II/source/numerics/matrix_tools.cc +++ b/deal.II/source/numerics/matrix_tools.cc @@ -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 - 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::iterator::value_type &p, + bool (*comp)(const typename SparseMatrix::iterator::value_type p, const unsigned int column) = &column_less_than::iterator>; const typename SparseMatrix::iterator -- 2.39.5