From c1c3201c15441ffe5920196b00b1cbc6abc83eba Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Sun, 13 Sep 2015 21:19:25 -0500 Subject: [PATCH] Fix a comment, as requested by @tamiko. --- include/deal.II/base/tensor_accessors.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/deal.II/base/tensor_accessors.h b/include/deal.II/base/tensor_accessors.h index 3df3603d48..8cdbf603a7 100644 --- a/include/deal.II/base/tensor_accessors.h +++ b/include/deal.II/base/tensor_accessors.h @@ -557,7 +557,7 @@ namespace TensorAccessors } }; - // For dimension == rank there is nothing to extract, just return the + // For position == rank there is nothing to extract, just return the // object. template struct ExtractHelper -- 2.39.5