]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Partial merge from the cmake branch: Remove old and likely unused compatibility code.
authorbangerth <bangerth@0785d39b-7218-0410-832d-ea1e28bc413d>
Sun, 4 Nov 2012 22:59:54 +0000 (22:59 +0000)
committerbangerth <bangerth@0785d39b-7218-0410-832d-ea1e28bc413d>
Sun, 4 Nov 2012 22:59:54 +0000 (22:59 +0000)
git-svn-id: https://svn.dealii.org/trunk@27360 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/source/numerics/derivative_approximation.cc

index 6ada44114c8bf6a29071074208254778f192ecb4..123b949a397e4dda66fb010a868773468d52ddcc 100644 (file)
@@ -522,7 +522,6 @@ approximate_gradient (const DH<dim,spacedim>         &dof_handler,
                       Vector<float>         &derivative_norm,
                       const unsigned int     component)
 {
-  Assert (DEAL_II_COMPAT_MAPPING, ExcCompatibility("mapping"));
   approximate_derivative<Gradient<dim>,dim> (StaticMappingQ1<dim>::mapping,
                                              dof_handler,
                                              solution,
@@ -556,7 +555,6 @@ approximate_second_derivative (const DH<dim,spacedim>         &dof_handler,
                                Vector<float>         &derivative_norm,
                                const unsigned int     component)
 {
-  Assert (DEAL_II_COMPAT_MAPPING, ExcCompatibility("mapping"));
   approximate_derivative<SecondDerivative<dim>,dim> (StaticMappingQ1<dim>::mapping,
                                                      dof_handler,
                                                      solution,
@@ -597,7 +595,6 @@ approximate_derivative_tensor (const DH<dim,spacedim>
 {
                                    // just call the respective function with Q1
                                    // mapping
-  Assert (DEAL_II_COMPAT_MAPPING, ExcCompatibility("mapping"));
   approximate_derivative_tensor (StaticMappingQ1<dim>::mapping,
                                  dof,
                                  solution,

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.