From: kronbichler Date: Tue, 25 Feb 2014 10:11:59 +0000 (+0000) Subject: Fix bug X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=afda47bf2d884a9dd1cac3f95ee93977c84f2f84;p=dealii-svn.git Fix bug git-svn-id: https://svn.dealii.org/trunk@32551 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/include/deal.II/matrix_free/operators.h b/deal.II/include/deal.II/matrix_free/operators.h index 7e6821e344..ac5670f928 100644 --- a/deal.II/include/deal.II/matrix_free/operators.h +++ b/deal.II/include/deal.II/matrix_free/operators.h @@ -179,7 +179,7 @@ namespace MatrixFreeOperators inverse_coefficients.size() > dofs_per_cell ? dofs_per_cell : 0; const VectorizedArray *inv_coefficient = &inverse_coefficients[0]; VectorizedArray temp_data_field[dofs_per_cell]; - for (unsigned int d=0; d* in = in_array+d*dofs_per_cell; VectorizedArray* out = out_array+d*dofs_per_cell;