From 240f692dc84a5fb194a748d71fcd30ee20e8da23 Mon Sep 17 00:00:00 2001 From: Jean-Paul Pelteret Date: Tue, 22 Aug 2017 14:36:57 +0200 Subject: [PATCH] Added brackets around **shape_value_ptr++ in fe_values.cc --- source/fe/fe_values.cc | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) 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