]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
remove warnings
authorkanschat <kanschat@0785d39b-7218-0410-832d-ea1e28bc413d>
Thu, 22 Aug 2013 17:03:23 +0000 (17:03 +0000)
committerkanschat <kanschat@0785d39b-7218-0410-832d-ea1e28bc413d>
Thu, 22 Aug 2013 17:03:23 +0000 (17:03 +0000)
git-svn-id: https://svn.dealii.org/trunk@30427 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/source/numerics/error_estimator.cc

index 7ad7bde757669d14cbf22d127de4d628cb7d1baf..83e89a9afae087c7ef56f21b782b4d2bd9a7ef81 100644 (file)
@@ -339,8 +339,6 @@ namespace internal
                          const typename DH::face_iterator        &face,
                          dealii::hp::FEFaceValues<DH::dimension, DH::space_dimension> &fe_face_values_cell)
     {
-      const unsigned int dim = DH::dimension;
-
       const unsigned int n_q_points         = parallel_data.psi[0].size(),
                          n_components       = parallel_data.finite_element.n_components(),
                          n_solution_vectors = parallel_data.psi.size();
@@ -488,9 +486,7 @@ namespace internal
       const unsigned int dim = DH::dimension;
 
       const typename DH::face_iterator face = cell->face(face_no);
-      const unsigned int n_q_points         = parallel_data.face_quadratures[cell->active_fe_index()].size(),
-                         n_components       = parallel_data.finite_element.n_components(),
-                         n_solution_vectors = solutions.size();
+      const unsigned int n_solution_vectors = solutions.size();
 
 
       // initialize data of the restriction
@@ -566,9 +562,7 @@ namespace internal
       const unsigned int dim = DH::dimension;
 
       const typename DH::cell_iterator neighbor = cell->neighbor(face_no);
-      const unsigned int n_q_points         = parallel_data.face_quadratures[cell->active_fe_index()].size(),
-                         n_components       = parallel_data.finite_element.n_components(),
-                         n_solution_vectors = solutions.size();
+      const unsigned int n_solution_vectors = solutions.size();
       const typename DH::face_iterator
       face=cell->face(face_no);
 
@@ -655,7 +649,6 @@ namespace internal
                        const std::vector<const InputVector *> &solutions)
     {
       const unsigned int dim = DH::dimension;
-      const unsigned int spacedim = DH::dimension;
       const unsigned int n_solution_vectors = solutions.size();
 
       const types::subdomain_id subdomain_id = parallel_data.subdomain_id;

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.