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

dealii.demon at gmail.com dealii.demon at gmail.com
Mon May 5 20:50:36 PDT 2014


Revision 2565

fix documentation string

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


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

Diff:
Modified: trunk/aspect/source/material_model/latent_heat.cc
===================================================================
--- trunk/aspect/source/material_model/latent_heat.cc	2014-05-02 14:52:15 UTC (rev 2564)
+++ trunk/aspect/source/material_model/latent_heat.cc	2014-05-06 03:50:31 UTC (rev 2565)
@@ -613,7 +613,7 @@
                                    "of the phase transition being input parameters. "
                                    "The model employs an analytic phase function in the form "
                                    "$X=0.5 \left( 1 + \tanh \left( \frac{\Delta p}{\Delta p_0} \right) \right)$ "
-                                   "with $\Delta p = p - p_transition - \gamma \left( T - T_transition \right)$ "
+                                   "with $\Delta p = p - p_{transition} - \gamma \left( T - T_{transition} \right)$ "
                                    "and $\Delta p_0$ being the pressure difference over the width "
                                    "of the phase transition (specified as input parameter).")
   }


More information about the CIG-COMMITS mailing list