]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Minor adjustments for style and in hopes of getting MS VC++ to like the file better...
authorWolfgang Bangerth <bangerth@math.tamu.edu>
Mon, 3 Feb 2014 15:40:53 +0000 (15:40 +0000)
committerWolfgang Bangerth <bangerth@math.tamu.edu>
Mon, 3 Feb 2014 15:40:53 +0000 (15:40 +0000)
git-svn-id: https://svn.dealii.org/trunk@32391 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/include/deal.II/numerics/derivative_approximation.h
deal.II/source/numerics/derivative_approximation.cc

index 002ec011373f2737a599a0307b9e0b6594ae8dc1..cc43eeb4790180d4b475a3b0c165eaad2a343d69 100644 (file)
@@ -271,7 +271,6 @@ public:
    * In a parallel computation the @p solution vector needs to contain the
    * locally relevant unknowns.
    */
-
   template <int dim, template <int, int> class DH, class InputVector, int order, int spacedim>
   static void
   approximate_derivative_tensor (const Mapping<dim,spacedim>                           &mapping,
@@ -284,7 +283,6 @@ public:
   /**
    * Same as above, with <tt>mapping=MappingQ1@<dim@>()</tt>.
    */
-
   template <int dim, template <int, int> class DH, class InputVector, int order, int spacedim>
   static void
   approximate_derivative_tensor (const DH<dim,spacedim>                                &dof,
index 85edde6ed05a42c32396411031296caa647cca9b..76ffcdbac437a1b869cf29ec6724d6086a8c8746 100644 (file)
@@ -618,14 +618,14 @@ approximate_derivative_tensor (const DH<dim,spacedim>
                                Tensor<order,dim>                            &derivative,
                                const unsigned int                            component)
 {
-  // just call the respective function with Q1
-  // mapping
-  approximate_derivative_tensor (StaticMappingQ1<dim>::mapping,
-                                 dof,
-                                 solution,
-                                 cell,
-                                 derivative,
-                                 component);
+  // just call the respective function with Q1 mapping
+  approximate_derivative_tensor<dim,DH,InputVector,order,spacedim>
+  (StaticMappingQ1<dim>::mapping,
+   dof,
+   solution,
+   cell,
+   derivative,
+   component);
 }
 
 

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.