From: Daniel Garcia-Sanchez Date: Thu, 18 Jan 2018 18:47:48 +0000 (+0100) Subject: Typo in the documentation of DataPostprocessorTensor X-Git-Tag: v9.0.0-rc1~557^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=560c8fb31b1acf8c2ff69b0b839e954e2bcca974;p=dealii.git Typo in the documentation of DataPostprocessorTensor --- diff --git a/include/deal.II/numerics/data_postprocessor.h b/include/deal.II/numerics/data_postprocessor.h index 6b22a7683a..bbd86da892 100644 --- a/include/deal.II/numerics/data_postprocessor.h +++ b/include/deal.II/numerics/data_postprocessor.h @@ -905,7 +905,7 @@ private: * (Tensor<2,dim>::n_independent_components)); * for (unsigned int d=0; d::component_to_unrolled_index(TableIndices<2>(d,e)] + * computed_quantities[p][Tensor<2,dim>::component_to_unrolled_index(TableIndices<2>(d,e))] * = input_data.solution_gradients[p][d][e]; * } * }