]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Forward declare BlockMatrixBase since it will otherwise get a
authorWolfgang Bangerth <bangerth@math.tamu.edu>
Thu, 6 Aug 2009 14:20:24 +0000 (14:20 +0000)
committerWolfgang Bangerth <bangerth@math.tamu.edu>
Thu, 6 Aug 2009 14:20:24 +0000 (14:20 +0000)
tentative declaration in the wrong namespace.

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

deal.II/lac/include/lac/sparse_matrix.h

index 1bb763cf7bdd09192c188ca12069730c2a42f4d1..3f85476cc6df6a200977c6a8c8b403fe1d0bec15 100644 (file)
 
 DEAL_II_NAMESPACE_OPEN
 
-template<typename number> class Vector;
-template<typename number> class FullMatrix;
+template <typename number> class Vector;
+template <typename number> class FullMatrix;
+template <typename Matrix> class BlockMatrixBase;
+
 
 /*! @addtogroup Matrix1
  *@{

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.