Skip to content

Commit 3bb7b55

Browse files
committed
fix doxygen formula
1 parent a285ea3 commit 3bb7b55

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

include/aspect/material_model/ascii_reference_profile.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,9 @@ namespace aspect
3636
* and computes properties based on this profile.
3737
*
3838
* The viscosity is computed as
39-
* \begin{equation}
39+
* \f[
4040
* \eta(z,T) = \eta_r(z) \eta_0 \exp\left(-A \frac{T - T_\text{adi}}{T_\text{adi}}\right)."
41-
* \end{equation}
41+
* \f]
4242
*
4343
* @ingroup MaterialModels
4444
*/

0 commit comments

Comments
 (0)