]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Make a method's documentation more accurate.
authorDavid Wells <wellsd2@rpi.edu>
Sun, 29 May 2016 21:28:30 +0000 (17:28 -0400)
committerDavid Wells <wellsd2@rpi.edu>
Sun, 29 May 2016 21:31:25 +0000 (17:31 -0400)
include/deal.II/base/symmetric_tensor.h

index 81ce02ab2ed67a7e417f479bf01f81745aa174ff..75e62557003c93fc8e9497f72197a476d431fcbf 100644 (file)
@@ -667,11 +667,7 @@ public:
   Number &operator() (const TableIndices<rank> &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<rank> &indices) const;
 

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.