From: Jean-Paul Pelteret Date: Tue, 22 Aug 2017 12:36:57 +0000 (+0200) Subject: Added brackets around **shape_value_ptr++ in fe_values.cc X-Git-Tag: v9.0.0-rc1~1178^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=240f692dc84a5fb194a748d71fcd30ee20e8da23;p=dealii.git Added brackets around **shape_value_ptr++ in fe_values.cc --- diff --git a/source/fe/fe_values.cc b/source/fe/fe_values.cc index 92bcd8dfe6..0e2ac8ae79 100644 --- a/source/fe/fe_values.cc +++ b/source/fe/fe_values.cc @@ -482,7 +482,7 @@ namespace FEValuesViews const double *shape_value_ptr = &shape_values(shape_function_data[shape_function].row_index, 0); for (unsigned int q_point=0; q_point