From: David Wells Date: Sun, 29 May 2016 21:28:30 +0000 (-0400) Subject: Make a method's documentation more accurate. X-Git-Tag: v8.5.0-rc1~998^2~1 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c1dfd19f44925cc4381e1624dd95c7c18876edab;p=dealii.git Make a method's documentation more accurate. --- diff --git a/include/deal.II/base/symmetric_tensor.h b/include/deal.II/base/symmetric_tensor.h index 81ce02ab2e..75e6255700 100644 --- a/include/deal.II/base/symmetric_tensor.h +++ b/include/deal.II/base/symmetric_tensor.h @@ -667,11 +667,7 @@ public: Number &operator() (const TableIndices &indices); /** - * Return the value of the indicated element as a read-only reference. - * - * We return the requested value as a constant reference rather than by - * value since this object may hold data types that may be large, and we - * don't know here whether copying is expensive or not. + * Return an element by value. */ Number operator() (const TableIndices &indices) const;