[cig-commits] commit 2566 by heister to /var/svn/dealii/aspect

dealii.demon at gmail.com dealii.demon at gmail.com
Mon May 5 20:51:25 PDT 2014


Revision 2566

fix documentation string

U   trunk/aspect/source/material_model/simple.cc


http://www.dealii.org/websvn/revision.php?repname=Aspect+Repository&path=%2F&rev=2566&peg=2566

Diff:
Modified: trunk/aspect/source/material_model/simple.cc
===================================================================
--- trunk/aspect/source/material_model/simple.cc	2014-05-06 03:50:31 UTC (rev 2565)
+++ trunk/aspect/source/material_model/simple.cc	2014-05-06 03:51:22 UTC (rev 2566)
@@ -330,8 +330,8 @@
                                    " medium despite the fact that the density follows the law "
                                    "$\rho(T)=\rho_0(1-\beta(T-T_{\text{ref}})$. "
                                    "The temperature dependency of viscosity is "
-                                   " switched off by default and follows the formula"
-                                   "$\eta(T)=\eta_0*e^{\eta_T*\Delta T / T_{\text{ref}})}$."
+                                   " switched off by default and follows the formula "
+                                   "$\eta(T)=\eta_0 e^{\eta_T \cdot \Delta T / T_{\text{ref}})}$."
                                    "The value for the components of this formula and additional "
                                    "parameters are read from the parameter file in subsection "
                                    "'Simple model'.")


More information about the CIG-COMMITS mailing list