]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Adjust the name of the argument to make it clear that it refers to a
authorWolfgang Bangerth <bangerth@math.tamu.edu>
Tue, 17 Jun 2014 07:08:07 +0000 (07:08 +0000)
committerWolfgang Bangerth <bangerth@math.tamu.edu>
Tue, 17 Jun 2014 07:08:07 +0000 (07:08 +0000)
quadrature point.

git-svn-id: https://svn.dealii.org/trunk@33052 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/include/deal.II/fe/fe_values.h

index 2fbef2effe5a670d7679b5f5da35067a3c717a37..f509bf0663c15ac68047f1202df810d228bfbb7a 100644 (file)
@@ -2024,9 +2024,10 @@ public:
   //@{
 
   /**
-   * Position of the <tt>i</tt>th quadrature point in real space.
+   * Position of the <tt>q</tt>th quadrature point in real space.
    */
-  const Point<spacedim> &quadrature_point (const unsigned int i) const;
+  const Point<spacedim> &
+  quadrature_point (const unsigned int q) const;
 
   /**
    * Return a pointer to the vector of quadrature points in real space.

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.