]> https://gitweb.dealii.org/ - dealii.git/commitdiff
fixed comment on get_nodes/weights member functions
authorGiuseppe Pitton <gpitton@sissa.it>
Thu, 14 May 2015 20:02:15 +0000 (22:02 +0200)
committerGiuseppe Pitton <gpitton@sissa.it>
Thu, 14 May 2015 20:02:15 +0000 (22:02 +0200)
include/deal.II/base/quadrature_lib.h

index ad7d5b23e6747cf63c350b80d8b1b87214e8a4bc..30ffcca402ad7129771843267e697b44d5162a8f 100644 (file)
@@ -534,11 +534,11 @@ public:
   QGaussChebyshev(const unsigned int n);
 
 private:
-  /// Sets the points of the quadrature formula.
+  /// Computes the points of the quadrature formula.
   static std::vector<double>
   get_quadrature_points(const unsigned int n);
 
-  /// Sets the weights of the quadrature formula.
+  /// Computes the weights of the quadrature formula.
   static std::vector<double>
   get_quadrature_weights(const unsigned int n);
 
@@ -575,11 +575,11 @@ public:
 
 private:
   const EndPoint ep;
-  /// Sets the points of the quadrature formula.
+  /// Computes the points of the quadrature formula.
   static std::vector<double>
   get_quadrature_points(const unsigned int n, EndPoint ep);
 
-  /// Sets the weights of the quadrature formula.
+  /// Computes the weights of the quadrature formula.
   static std::vector<double>
   get_quadrature_weights(const unsigned int n, EndPoint ep);
 
@@ -610,11 +610,11 @@ public:
   QGaussLobattoChebyshev(const unsigned int n);
 
 private:
-  /// Sets the points of the quadrature formula.
+  /// Computes the points of the quadrature formula.
   static std::vector<double>
   get_quadrature_points(const unsigned int n);
 
-  /// Sets the weights of the quadrature formula.
+  /// Computes the weights of the quadrature formula.
   static std::vector<double>
   get_quadrature_weights(const unsigned int n);
 

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.