]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Remove 'inline' marker.
authorWolfgang Bangerth <bangerth@math.tamu.edu>
Sun, 14 Mar 2010 00:52:27 +0000 (00:52 +0000)
committerWolfgang Bangerth <bangerth@math.tamu.edu>
Sun, 14 Mar 2010 00:52:27 +0000 (00:52 +0000)
git-svn-id: https://svn.dealii.org/trunk@20820 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/lac/include/lac/sparsity_pattern.h

index 1b60e216b3e880856c45d7225c0e01f387d362da..42accbd7814bcd512138abf65c5749ad7614873a 100644 (file)
@@ -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,

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.