]> https://gitweb.dealii.org/ - dealii.git/commitdiff
fix incorrect comment in Tensor::unroll 17081/head
authorTimo Heister <timo.heister@gmail.com>
Sat, 25 May 2024 21:29:38 +0000 (17:29 -0400)
committerTimo Heister <timo.heister@gmail.com>
Sat, 25 May 2024 21:29:38 +0000 (17:29 -0400)
include/deal.II/base/tensor.h

index 18fa4a98b2035d095a85f52016521fbc1275d641..852a13b0aac9f7ed7be74152967643a77c0fe8eb 100644 (file)
@@ -1837,8 +1837,7 @@ Tensor<rank_, dim, Number>::unroll(const Iterator begin,
   else
     {
       // For rank-1 tensors, we can simply copy the current elements from
-      // our linear array into the output range, and then return the
-      // iterator moved forward by 'dim' elements:
+      // our linear array into the output range:
       (void)end;
       Assert(std::distance(begin, end) >= dim,
              ExcMessage(

In the beginning the Universe was created. This has made a lot of people very angry and has been widely regarded as a bad move.

Douglas Adams


Typeset in Trocchi and Trocchi Bold Sans Serif.