]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Fix typos
authorDaniel Arndt <arndtd@ornl.gov>
Mon, 24 May 2021 15:06:41 +0000 (11:06 -0400)
committerDaniel Arndt <arndtd@ornl.gov>
Mon, 24 May 2021 15:10:02 +0000 (11:10 -0400)
include/deal.II/grid/tria_accessor.h

index 51b6b193d1717af0cb9def6663fd6fa5fb9cd30e..f814ef61ced70a5ae06a80f847dcd076689200a1 100644 (file)
@@ -761,19 +761,19 @@ public:
    * this operation is not useful for iterators on triangulations.
    * Consequently, this operator is declared as deleted and can not be used.
    */
-  void
+  TriaAccessor &
   operator=(const TriaAccessor &) = delete;
 
   /**
-   * Move assignemt operator. Moving is allowed.
+   * Move assignment operator. Moving is allowed.
    */
-  void
+  TriaAccessor &
   operator=(TriaAccessor &&) = default;
 
   /**
    * Defaulted destructor.
    */
-  ~TriaAcessor() = default;
+  ~TriaAccessor() = default;
 
   /**
    * Test for the element being used or not.  The return value is @p true for

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.