]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Remove a variable declaration that has been unused for a long time.
authoryoung <young@0785d39b-7218-0410-832d-ea1e28bc413d>
Thu, 10 Apr 2014 10:19:20 +0000 (10:19 +0000)
committeryoung <young@0785d39b-7218-0410-832d-ea1e28bc413d>
Thu, 10 Apr 2014 10:19:20 +0000 (10:19 +0000)
git-svn-id: https://svn.dealii.org/trunk@32756 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/source/numerics/solution_transfer.cc

index 0f5ffc5873b33ba057187447cf7cb54e5b11c51c..f7f38b4c26fcad0905cca6563583056804b889a6 100644 (file)
@@ -287,8 +287,6 @@ prepare_for_coarsening_and_refinement(const std::vector<VECTOR> &all_in)
    std::vector<Vector<typename VECTOR::value_type> > (in_size))
   .swap(dof_values_on_cell);
 
-  typename VECTOR::value_type zero_val = typename VECTOR::value_type();
-
   Table<2,FullMatrix<double> > interpolation_hp;
   std::vector<std::vector<bool> > restriction_is_additive;
 

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.