]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Make it compile with MIPSpro: change the order of instantiations.
authorRalf Hartmann <Ralf.Hartmann@dlr.de>
Wed, 11 Jan 2006 09:06:37 +0000 (09:06 +0000)
committerRalf Hartmann <Ralf.Hartmann@dlr.de>
Wed, 11 Jan 2006 09:06:37 +0000 (09:06 +0000)
git-svn-id: https://svn.dealii.org/trunk@11982 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/lac/source/filtered_matrix.cc

index bc6421cde0ac3b46c451b922738719d0fd1693fe..83b039ab49864a3d83bc4b8a3c38b45f812c5b52 100644 (file)
@@ -2,7 +2,7 @@
 //    $Id$
 //    Version: $Name$
 //
-//    Copyright (C) 2001, 2002, 2003, 2004 by the deal.II authors
+//    Copyright (C) 2001, 2002, 2003, 2004, 2006 by the deal.II authors
 //
 //    This file is subject to QPL and may not be  distributed
 //    without copyright and license information. Please refer
@@ -37,11 +37,11 @@ allocate_tmp_vector ()    \
 }
 
 FILT(SparseMatrix<double>, Vector<double>)
-FILT(SparseMatrix<float>, Vector<float>)
+BFILT(BlockSparseMatrix<double>, BlockVector<double>)
 template class FilteredMatrix<SparseMatrix<double>,Vector<double> >;
 template class FilteredMatrix<BlockSparseMatrix<double>,BlockVector<double> >;
 
-BFILT(BlockSparseMatrix<double>, BlockVector<double>)
+FILT(SparseMatrix<float>, Vector<float>)
 BFILT(BlockSparseMatrix<float>, BlockVector<float>)
 template class FilteredMatrix<SparseMatrix<float>,Vector<float> >;
 template class FilteredMatrix<BlockSparseMatrix<float>,BlockVector<float> >;

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.