]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Delete unused variables in matrix_tools.
authorBruno Turcksin <bruno.turcksin@gmail.com>
Thu, 17 Oct 2013 20:41:18 +0000 (20:41 +0000)
committerBruno Turcksin <bruno.turcksin@gmail.com>
Thu, 17 Oct 2013 20:41:18 +0000 (20:41 +0000)
git-svn-id: https://svn.dealii.org/trunk@31291 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/source/numerics/matrix_tools.cc

index 75d21fe9e83926acdc8c7e2ea5bb6a634dccaeef..054d62345234fc40a4f0797b5be7019d86d34eda 100644 (file)
@@ -1271,12 +1271,6 @@ namespace MatrixCreator
       copy_data.dofs.resize(copy_data.dofs_per_cell);
       cell->get_dof_indices (copy_data.dofs);
 
-      const unsigned int max_dofs_per_cell = fe_collection.max_dofs_per_cell(),
-                         max_dofs_per_face = fe_collection.max_dofs_per_face();
-
-      FullMatrix<double> cell_matrix(max_dofs_per_cell, max_dofs_per_cell);
-      Vector<double>     cell_vector(max_dofs_per_cell);
-
 
       UpdateFlags update_flags = UpdateFlags (update_values     |
                                               update_JxW_values |

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.