]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Rename DH template parameter to DH1 in order to avoid MIPSpro's 'Declaration of DH...
authorRalf Hartmann <Ralf.Hartmann@dlr.de>
Wed, 11 Jan 2006 09:49:23 +0000 (09:49 +0000)
committerRalf Hartmann <Ralf.Hartmann@dlr.de>
Wed, 11 Jan 2006 09:49:23 +0000 (09:49 +0000)
git-svn-id: https://svn.dealii.org/trunk@11983 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/deal.II/include/numerics/data_out.h

index 5f3be59ee1dbb1cd7cd4c329a552be87dbb66401..04f4cc82dac7caeb439c4b4e75f7931618a423fc 100644 (file)
@@ -2,7 +2,7 @@
 //    $Id$
 //    Version: $Name$
 //
-//    Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005 by the deal.II authors
+//    Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006 by the deal.II authors
 //
 //    This file is subject to QPL and may not be  distributed
 //    without copyright and license information. Please refer
@@ -778,9 +778,9 @@ class DataOut_DoFData : public DataOutInterface<patch_dim,patch_space_dim>
 #  ifdef DEAL_II_NESTED_CLASS_TEMPL_FRIEND_BUG
     template <typename> friend class DataEntry;
 #  else
-    template <int N1, template <int> class DH, int N2, int N3>
+    template <int N1, template <int> class DH1, int N2, int N3>
     template <typename>
-    friend class DataOut_DoFData<N1,DH,N2,N3>::DataEntry;
+    friend class DataOut_DoFData<N1,DH1,N2,N3>::DataEntry;
 #  endif
 #endif
 };

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.