]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Fix a compilation warning with clang that complains about class and struct
authormaier <maier@0785d39b-7218-0410-832d-ea1e28bc413d>
Thu, 1 Aug 2013 23:00:21 +0000 (23:00 +0000)
committermaier <maier@0785d39b-7218-0410-832d-ea1e28bc413d>
Thu, 1 Aug 2013 23:00:21 +0000 (23:00 +0000)
mismatch in declaration and instantiation

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

deal.II/source/numerics/data_out.inst.in

index 87d0fd95c5bf54cce6fb3d4c31ebdeae0883e1a4..8df3e2b0d6db6611b2035efd3e5f84b6d179f9e3 100644 (file)
@@ -363,8 +363,8 @@ for (deal_II_dimension : DIMENSIONS; deal_II_space_dimension : DIMENSIONS)
   namespace internal \{
     namespace DataOut \{
 #if deal_II_dimension <= deal_II_space_dimension
-      template class ParallelDataBase<deal_II_dimension,deal_II_space_dimension>;
-      template class ParallelData<deal_II_dimension,deal_II_space_dimension>;
+      template struct  ParallelDataBase<deal_II_dimension,deal_II_space_dimension>;
+      template struct ParallelData<deal_II_dimension,deal_II_space_dimension>;
 #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.