]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Rectify friend declaration so that icc10 is also happy.
authorWolfgang Bangerth <bangerth@math.tamu.edu>
Mon, 20 Aug 2007 21:28:22 +0000 (21:28 +0000)
committerWolfgang Bangerth <bangerth@math.tamu.edu>
Mon, 20 Aug 2007 21:28:22 +0000 (21:28 +0000)
git-svn-id: https://svn.dealii.org/trunk@14992 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/lac/include/lac/block_matrix_base.h

index 103eb2d213a11f9bed0d8bc751eea92a331ae17e..c6af8a22898cc1dc4d974e40d03150ba895f1a9b 100644 (file)
@@ -2,7 +2,7 @@
 //    $Id$
 //    Version: $Name$
 //
-//    Copyright (C) 2004, 2005, 2006 by the deal.II authors
+//    Copyright (C) 2004, 2005, 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
@@ -26,6 +26,8 @@
 DEAL_II_NAMESPACE_OPEN
 
 
+template <typename> class MatrixIterator;
+
 
 /*! @addtogroup Matrix1
  *@{
@@ -282,7 +284,7 @@ namespace BlockMatrixIterators
                                        * friend.
                                        */
       template <typename>
-      friend class MatrixIterator;
+      friend class dealii::MatrixIterator;
   };
 }
 

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.