From 560c8fb31b1acf8c2ff69b0b839e954e2bcca974 Mon Sep 17 00:00:00 2001 From: Daniel Garcia-Sanchez Date: Thu, 18 Jan 2018 19:47:48 +0100 Subject: [PATCH] Typo in the documentation of DataPostprocessorTensor --- include/deal.II/numerics/data_postprocessor.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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]; * } * } -- 2.39.5