]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
inline all member functions of FilteredMatrix
authorkanschat <kanschat@0785d39b-7218-0410-832d-ea1e28bc413d>
Tue, 25 Sep 2007 21:12:10 +0000 (21:12 +0000)
committerkanschat <kanschat@0785d39b-7218-0410-832d-ea1e28bc413d>
Tue, 25 Sep 2007 21:12:10 +0000 (21:12 +0000)
git-svn-id: https://svn.dealii.org/trunk@15239 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/lac/include/lac/filtered_matrix.h
deal.II/lac/source/filtered_matrix.cc [deleted file]

index cbefe2b29fff081ddb6fbcefccae04b8012db03e..0f99834092e9e9def937fdbc54307ac6b8d28f5e 100644 (file)
@@ -547,14 +547,15 @@ FilteredMatrix<VECTOR>::initialize (const MATRIX &m, bool ecs)
 
 
 template <class VECTOR>
+inline
 FilteredMatrix<VECTOR>::FilteredMatrix ()
 {}
 
 
 
 template <class VECTOR>
-FilteredMatrix<VECTOR>::
-FilteredMatrix (const FilteredMatrix &fm)
+inline
+FilteredMatrix<VECTOR>::FilteredMatrix (const FilteredMatrix &fm)
                :
                Subscriptor(),
                constraints (fm.constraints)
@@ -590,6 +591,7 @@ FilteredMatrix<VECTOR>::operator = (const FilteredMatrix &fm)
 
 template <class VECTOR>
 template <class ConstraintList>
+inline
 void
 FilteredMatrix<VECTOR>::
 add_constraints (const ConstraintList &new_constraints)
diff --git a/deal.II/lac/source/filtered_matrix.cc b/deal.II/lac/source/filtered_matrix.cc
deleted file mode 100644 (file)
index a216440..0000000
+++ /dev/null
@@ -1,24 +0,0 @@
-//---------------------------------------------------------------------------
-//    $Id$
-//    Version: $Name$
-//
-//    Copyright (C) 2001, 2002, 2003, 2004, 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
-//    to the file deal.II/doc/license.html for the  text  and
-//    further information on this license.
-//
-//---------------------------------------------------------------------------
-
-
-#include <lac/filtered_matrix.templates.h>
-
-DEAL_II_NAMESPACE_OPEN
-
-template class FilteredMatrix<Vector<double> >;
-template class FilteredMatrix<BlockVector<double> >;
-template class FilteredMatrix<Vector<float> >;
-template class FilteredMatrix<BlockVector<float> >;
-
-DEAL_II_NAMESPACE_CLOSE

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.