]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
remove warning
authorkanschat <kanschat@0785d39b-7218-0410-832d-ea1e28bc413d>
Thu, 22 Aug 2013 14:32:06 +0000 (14:32 +0000)
committerkanschat <kanschat@0785d39b-7218-0410-832d-ea1e28bc413d>
Thu, 22 Aug 2013 14:32:06 +0000 (14:32 +0000)
git-svn-id: https://svn.dealii.org/trunk@30420 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/source/fe/fe_q_base.cc

index 0fa2931eb9a520f671e3c847af8a7e88f9130a09..6a73cb86ffc7205adf8168e91502a6d0ff8eed2f 100644 (file)
@@ -522,8 +522,7 @@ get_interpolation_matrix (const FiniteElement<dim,spacedim> &x_source_fe,
           Assert (std::fabs(sum-1) < eps, ExcInternalError());
         }
     }
-  else if (const FE_Nothing<dim> *source_fe
-      = dynamic_cast<const FE_Nothing<dim>*>(&x_source_fe))
+  else if (dynamic_cast<const FE_Nothing<dim>*>(&x_source_fe))
     {
       // the element we want to interpolate from is an FE_Nothing. this
       // element represents a function that is constant zero and has no

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.