From 1e41f0b14711babf243fa57998612452b24f33a1 Mon Sep 17 00:00:00 2001 From: Martin Kronbichler Date: Tue, 23 Jun 2009 10:39:32 +0000 Subject: [PATCH] Remove some unnecessary comment. git-svn-id: https://svn.dealii.org/trunk@18956 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/deal.II/source/fe/fe_poly_tensor.cc | 76 ++++++++++----------- 1 file changed, 36 insertions(+), 40 deletions(-) diff --git a/deal.II/deal.II/source/fe/fe_poly_tensor.cc b/deal.II/deal.II/source/fe/fe_poly_tensor.cc index 8b1b92a8bd..fcb832e152 100644 --- a/deal.II/deal.II/source/fe/fe_poly_tensor.cc +++ b/deal.II/deal.II/source/fe/fe_poly_tensor.cc @@ -412,48 +412,44 @@ FE_PolyTensor::fill_fe_values ( const unsigned int first = data.shape_function_to_row_table[i]; if (flags & update_values && cell_similarity != CellSimilarity::translation) - { - if (cell_similarity == 1) - std::cout << "hier"; - switch (mapping_type) + switch (mapping_type) + { + case mapping_none: { - case mapping_none: - { - for (unsigned int k=0; k > shape_values (n_q_points); - mapping.transform(fe_data.shape_values[i], - shape_values, mapping_data, mapping_type); - - for (unsigned int k=0; k > shape_values (n_q_points); - mapping.transform(fe_data.shape_values[i], shape_values, - mapping_data, mapping_piola); - for (unsigned int k=0; k > shape_values (n_q_points); + mapping.transform(fe_data.shape_values[i], + shape_values, mapping_data, mapping_type); + + for (unsigned int k=0; k > shape_values (n_q_points); + mapping.transform(fe_data.shape_values[i], shape_values, + mapping_data, mapping_piola); + for (unsigned int k=0; k