]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Fix two comments (they return references, not pointers).
authorDavid Wells <wellsd2@rpi.edu>
Sun, 15 Oct 2017 02:07:28 +0000 (22:07 -0400)
committerDavid Wells <wellsd2@rpi.edu>
Sun, 15 Oct 2017 02:48:23 +0000 (22:48 -0400)
include/deal.II/grid/intergrid_map.h

index c3a585f518088add9a24dddc7b720a4fe5056600..9d399fbc9ed3edb2bccd24ceab5e5a5b8cacc4dc 100644 (file)
@@ -143,12 +143,12 @@ public:
   void clear ();
 
   /**
-   * Return a pointer to the source grid.
+   * Return a reference to the source grid.
    */
   const MeshType &get_source_grid () const;
 
   /**
-   * Return a pointer to the destination grid.
+   * Return a reference to the destination grid.
    */
   const MeshType &get_destination_grid () 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.