From: Wolfgang Bangerth Date: Thu, 9 Sep 1999 08:02:42 +0000 (+0000) Subject: Doc update. X-Git-Tag: v8.0.0~21607 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=21828a68e7c66e25aba033e4b202dd27ab5080f3;p=dealii.git Doc update. git-svn-id: https://svn.dealii.org/trunk@1728 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/base/include/base/tensor.h b/deal.II/base/include/base/tensor.h index 8a155b1f9f..f6bbd3190e 100644 --- a/deal.II/base/include/base/tensor.h +++ b/deal.II/base/include/base/tensor.h @@ -138,7 +138,7 @@ class Tensor // * tensor entries into a single, * linearly numbered vector. As * usual in C++, the rightmost - * index marches fastest. + * index of the tensor marches fastest. */ void unroll(Vector & result) const;