From: Denis Davydov Date: Mon, 2 Mar 2015 18:08:10 +0000 (+0100) Subject: fixed lines in fe_values.cc with += operator X-Git-Tag: v8.3.0-rc1~184^2~15 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d813dc02a38396e3f670d525cc441c4ce3f0cbd6;p=dealii.git fixed lines in fe_values.cc with += operator --- diff --git a/source/fe/fe_values.cc b/source/fe/fe_values.cc index 152001199b..94025418a0 100644 --- a/source/fe/fe_values.cc +++ b/source/fe/fe_values.cc @@ -631,7 +631,8 @@ namespace FEValuesViews const dealii::Tensor *shape_derivative_ptr = &shape_derivatives[snc][0]; for (unsigned int q_point=0; q_point >::type(*shape_derivative_ptr++); } else for (unsigned int d=0; d >::type(*shape_derivative_ptr++); } } } @@ -684,7 +686,7 @@ namespace FEValuesViews &shape_gradients[snc][0]; for (unsigned int q_point=0; q_point >::type (symmetrize_single_row(comp, *shape_gradient_ptr++)); } else for (unsigned int q_point=0; q_point *shape_derivative_ptr = &shape_derivatives[shape_func][0]; for (unsigned int point=0; point(*shape_derivative_ptr++); } } @@ -2428,10 +2431,12 @@ namespace internal if (quadrature_points_fastest) for (unsigned int point=0; point(*shape_derivative_ptr++); else for (unsigned int point=0; point(*shape_derivative_ptr++); } else for (unsigned int c=0; c(*shape_derivative_ptr++); else for (unsigned int point=0; point(*shape_derivative_ptr++); } } }