From: Wolfgang Bangerth Date: Sun, 14 Mar 2010 00:52:27 +0000 (+0000) Subject: Remove 'inline' marker. X-Git-Tag: v8.0.0~6328 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dcc1a0fcb3d078525d029aa01307267e5afff199;p=dealii.git Remove 'inline' marker. git-svn-id: https://svn.dealii.org/trunk@20820 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/lac/include/lac/sparsity_pattern.h b/deal.II/lac/include/lac/sparsity_pattern.h index 1b60e216b3..42accbd781 100644 --- a/deal.II/lac/include/lac/sparsity_pattern.h +++ b/deal.II/lac/include/lac/sparsity_pattern.h @@ -2,7 +2,7 @@ // $Id$ // Version: $Name$ // -// Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 by the deal.II authors +// Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 by the deal.II authors // // This file is subject to QPL and may not be distributed // without copyright and license information. Please refer @@ -1113,7 +1113,7 @@ class SparsityPattern : public Subscriptor /** * Number of entries in a specific row. */ - inline unsigned int row_length (const unsigned int row) const; + unsigned int row_length (const unsigned int row) const; /** * Access to column number field. @@ -1988,6 +1988,7 @@ SparsityPattern::get_column_numbers () const } + inline unsigned int SparsityPattern::row_length (const unsigned int row) const @@ -1997,6 +1998,7 @@ SparsityPattern::row_length (const unsigned int row) const } + inline unsigned int SparsityPattern::column_number (const unsigned int row,