]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Use $, not \f$. We do the translation for doxygen ourselves.
authorWolfgang Bangerth <bangerth@math.tamu.edu>
Fri, 15 May 2009 19:16:03 +0000 (19:16 +0000)
committerWolfgang Bangerth <bangerth@math.tamu.edu>
Fri, 15 May 2009 19:16:03 +0000 (19:16 +0000)
git-svn-id: https://svn.dealii.org/trunk@18852 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/base/include/base/polynomials_adini.h

index df33961981cda303c17a9be00e90668f0e54166e..fb1d187f363d4872ffe518b83cf462adbc83b169 100644 (file)
@@ -112,40 +112,40 @@ class PolynomialsAdini
                                         /**
                                          * Store the coefficients of the 
                                          * polynominals in the order
-                                         * \f$1,x,y,x^2,y^2,xy,x^3,y^3,xy^2,x^2y,x^3y,xy^3\f$
+                                         * $1,x,y,x^2,y^2,xy,x^3,y^3,xy^2,x^2y,x^3y,xy^3$
                                          */
     Table<2, double> coef;    
 
                                         /**
                                          * Store the coefficients of the x-derivative
                                          * of the polynominals in the order
-                                         * \f$1,x,y,x^2,y^2,xy,x^3,y^3,xy^2,x^2y,x^3y,xy^3\f$
+                                         * $1,x,y,x^2,y^2,xy,x^3,y^3,xy^2,x^2y,x^3y,xy^3$
                                          */
 
     Table<2, double> dx;      
                                         /**
                                          * Store the coefficients of the y-derivative
                                          * of the polynominals in the order
-                                         * \f$1,x,y,x^2,y^2,xy,x^3,y^3,xy^2,x^2y,x^3y,xy^3\f$
+                                         * $1,x,y,x^2,y^2,xy,x^3,y^3,xy^2,x^2y,x^3y,xy^3$
                                          */
 
     Table<2, double> dy;      
                                         /**
                                          * Store the coefficients of the second x-derivative
                                          * of the polynominals in the order
-                                         * \f$1,x,y,x^2,y^2,xy,x^3,y^3,xy^2,x^2y,x^3y,xy^3\f$
+                                         * $1,x,y,x^2,y^2,xy,x^3,y^3,xy^2,x^2y,x^3y,xy^3$
                                          */
     Table<2, double> dxx;     
                                         /**
                                          * Store the coefficients of the second y-derivative
                                          * of the polynominals in the order
-                                         * \f$1,x,y,x^2,y^2,xy,x^3,y^3,xy^2,x^2y,x^3y,xy^3\f$
+                                         * $1,x,y,x^2,y^2,xy,x^3,y^3,xy^2,x^2y,x^3y,xy^3$
                                          */
     Table<2, double> dyy;     
                                         /**
                                          * Store the coefficients of the second mixed derivative
                                          * of the polynominals in the order
-                                         * \f$1,x,y,x^2,y^2,xy,x^3,y^3,xy^2,x^2y,x^3y,xy^3\f$
+                                         * $1,x,y,x^2,y^2,xy,x^3,y^3,xy^2,x^2y,x^3y,xy^3$
                                          */
     Table<2, double> dxy;     
 

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.