]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Name arguments in a function declaration.
authorWolfgang Bangerth <bangerth@colostate.edu>
Mon, 8 Feb 2021 04:09:16 +0000 (21:09 -0700)
committerWolfgang Bangerth <bangerth@colostate.edu>
Mon, 8 Feb 2021 04:47:06 +0000 (21:47 -0700)
include/deal.II/base/scalar_polynomials_base.h

index 72e3816bf5b82acb53700c928551e2498d30b3b0..c66de1bd070d6500e50a472715ac00635b69c83b 100644 (file)
@@ -111,7 +111,7 @@ public:
    * Consider using evaluate() instead.
    */
   virtual double
-  compute_value(const unsigned int /*i*/, const Point<dim> & /*p*/) const = 0;
+  compute_value(const unsigned int i, const Point<dim> &p) const = 0;
 
   /**
    * Compute the <tt>order</tt>th derivative of the <tt>i</tt>th polynomial

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.