]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Fix number of template arguments of a friend class.
authorbangerth <bangerth@0785d39b-7218-0410-832d-ea1e28bc413d>
Mon, 23 Feb 2009 03:16:22 +0000 (03:16 +0000)
committerbangerth <bangerth@0785d39b-7218-0410-832d-ea1e28bc413d>
Mon, 23 Feb 2009 03:16:22 +0000 (03:16 +0000)
git-svn-id: https://svn.dealii.org/trunk@18408 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/deal.II/include/fe/fe_values.h

index 324b5082132dc8c70fc3dc95df73116305ecba55..3e8b5e70c11e9318c555da1a4bad149e17aba4aa 100644 (file)
@@ -2625,8 +2625,8 @@ class FEValuesBase : protected FEValuesData<dim,spacedim>,
                                      * class, since they access internal
                                      * data.
                                      */
-    template <int> friend class FEValuesViews::Scalar;
-    template <int> friend class FEValuesViews::Vector;
+    template <int, int> friend class FEValuesViews::Scalar;
+    template <int, int> friend class FEValuesViews::Vector;
 };
 
 

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.