]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Qualify names of sparsity patterns with dealii:: to leave no doubt which ones
authorWolfgang Bangerth <bangerth@math.tamu.edu>
Sat, 21 Feb 2009 04:24:45 +0000 (04:24 +0000)
committerWolfgang Bangerth <bangerth@math.tamu.edu>
Sat, 21 Feb 2009 04:24:45 +0000 (04:24 +0000)
we mean.

git-svn-id: https://svn.dealii.org/trunk@18401 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/lac/source/trilinos_block_sparse_matrix.cc

index 06591f1d47e352507dd850dacbe552b09bf6dde4..7778b00db5f26ca596bc805d7af7e64c3ffefc57 100644 (file)
@@ -2,7 +2,7 @@
 //    $Id$
 //    Version: $Name$
 //
-//    Copyright (C) 2008 by the deal.II authors
+//    Copyright (C) 2008, 2009 by the deal.II authors
 //
 //    This file is subject to QPL and may not be  distributed
 //    without copyright and license information. Please refer
@@ -396,11 +396,11 @@ namespace TrilinosWrappers
   template void
   BlockSparseMatrix::reinit (const dealii::BlockSparsityPattern &);
   template void
-  BlockSparseMatrix::reinit (const BlockCompressedSparsityPattern &);
+  BlockSparseMatrix::reinit (const dealii::BlockCompressedSparsityPattern &);
   template void
-  BlockSparseMatrix::reinit (const BlockCompressedSetSparsityPattern &);
+  BlockSparseMatrix::reinit (const dealii::BlockCompressedSetSparsityPattern &);
   template void
-  BlockSparseMatrix::reinit (const BlockCompressedSimpleSparsityPattern &);
+  BlockSparseMatrix::reinit (const dealii::BlockCompressedSimpleSparsityPattern &);
 
 
   template void
@@ -408,13 +408,13 @@ namespace TrilinosWrappers
                             const dealii::BlockSparsityPattern    &);
   template void
   BlockSparseMatrix::reinit (const std::vector<Epetra_Map> &,
-                            const BlockCompressedSparsityPattern &);
+                            const dealii::BlockCompressedSparsityPattern &);
   template void
   BlockSparseMatrix::reinit (const std::vector<Epetra_Map> &,
-                            const BlockCompressedSetSparsityPattern &);
+                            const dealii::BlockCompressedSetSparsityPattern &);
   template void
   BlockSparseMatrix::reinit (const std::vector<Epetra_Map> &,
-                            const BlockCompressedSimpleSparsityPattern &);
+                            const dealii::BlockCompressedSimpleSparsityPattern &);
 
 }
 

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.