]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Mark some methods as override.
authorDavid Wells <wellsd2@rpi.edu>
Sat, 28 Oct 2017 19:48:46 +0000 (15:48 -0400)
committerDavid Wells <wellsd2@rpi.edu>
Sun, 29 Oct 2017 19:36:30 +0000 (15:36 -0400)
include/deal.II/fe/mapping_c1.h

index b7cb930a48dfe7f4b080271489abd5cafc2624b5..bc43f897c7b51b2d12cad7a83f98a589c16f856e 100644 (file)
@@ -82,7 +82,7 @@ protected:
      */
     virtual void
     add_line_support_points (const typename Triangulation<dim>::cell_iterator &cell,
-                             std::vector<Point<dim> > &a) const;
+                             std::vector<Point<dim> > &a) const override;
 
     /**
      * For <tt>dim=3</tt>. Append the support points of all shape functions
@@ -98,7 +98,7 @@ protected:
      */
     virtual void
     add_quad_support_points(const typename Triangulation<dim>::cell_iterator &cell,
-                            std::vector<Point<dim> > &a) const;
+                            std::vector<Point<dim> > &a) const override;
   };
 };
 

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.