]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Change style slightly at one place.
authorWolfgang Bangerth <bangerth@math.tamu.edu>
Wed, 25 Jun 2003 18:51:14 +0000 (18:51 +0000)
committerWolfgang Bangerth <bangerth@math.tamu.edu>
Wed, 25 Jun 2003 18:51:14 +0000 (18:51 +0000)
git-svn-id: https://svn.dealii.org/trunk@7814 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/deal.II/source/fe/fe_values.cc

index e47beacb666ba0532fc2a0228479cab313e8f433..5ef093005a1b1d27a0287645a3669b3029aa46bc 100644 (file)
@@ -624,7 +624,7 @@ FEValues<dim>::memory_consumption () const
 #if deal_II_dimension == 1
 template <>
 const bool
-FEFaceValuesBase<deal_II_dimension>::orientation_table[] =
+FEFaceValuesBase<1>::orientation_table[] =
 {
       false, true
 };
@@ -634,7 +634,7 @@ FEFaceValuesBase<deal_II_dimension>::orientation_table[] =
 #if deal_II_dimension == 2
 template <>
 const bool
-FEFaceValuesBase<deal_II_dimension>::orientation_table[] =
+FEFaceValuesBase<2>::orientation_table[] =
 {
       true, true, false, false
 };
@@ -644,7 +644,7 @@ FEFaceValuesBase<deal_II_dimension>::orientation_table[] =
 #if deal_II_dimension == 3
 template <>
 const bool
-FEFaceValuesBase<deal_II_dimension>::orientation_table[] =
+FEFaceValuesBase<3>::orientation_table[] =
 {
       true, false, true, false, true, false
 };

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.