]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Indent.
authorWolfgang Bangerth <bangerth@math.tamu.edu>
Wed, 15 Sep 2010 11:37:02 +0000 (11:37 +0000)
committerWolfgang Bangerth <bangerth@math.tamu.edu>
Wed, 15 Sep 2010 11:37:02 +0000 (11:37 +0000)
git-svn-id: https://svn.dealii.org/trunk@21981 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/base/include/base/polynomial.h

index 43b5925233f6b3783b7a44bc30f5e73091349388..7c5889558b106da046590b33da5f820f40f01346 100644 (file)
@@ -468,26 +468,35 @@ namespace Polynomials
  *
  * @author Markus B&uuml;rg, 2009
  */
-class Lobatto : public Polynomial<double> {
-   public:
-   /**
-       * Constructor for polynomial of degree <tt>p</tt>. There is an exception for <tt>p==0</tt>, see the general documentation.
-       */
+  class Lobatto : public Polynomial<double>
+  {
+    public:
+                                      /**
+                                       * Constructor for polynomial of degree
+                                       * <tt>p</tt>. There is an exception
+                                       * for <tt>p==0</tt>, see the general
+                                       * documentation.
+                                       */
       Lobatto (const unsigned int p = 0);
 
-   /**
-       * Return the polynomials with index <tt>0</tt> up to <tt>degree</tt>. There is an exception for <tt>p==0</tt>, see the general
-    * documentation.
-       */
-      static std::vector<Polynomial<double> > generate_complete_basis (const unsigned int p);
+                                      /**
+                                       * Return the polynomials with index
+                                       * <tt>0</tt> up to
+                                       * <tt>degree</tt>. There is an
+                                       * exception for <tt>p==0</tt>, see the
+                                       * general documentation.
+                                       */
+      static std::vector<Polynomial<double> >
+      generate_complete_basis (const unsigned int p);
 
-   private:
-   /**
-    * Compute coefficients recursively.
-    */
+    private:
+                                      /**
+                                       * Compute coefficients recursively.
+                                       */
       std::vector<double> compute_coefficients (const unsigned int p);
-};
+  };
 
+  
 /**
  * Hierarchical polynomials of arbitrary degree on <tt>[0,1]</tt>.
  *

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.