We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 71732ed commit 1ef646bCopy full SHA for 1ef646b
src/pybamm/expression_tree/unary_operators.py
@@ -616,8 +616,8 @@ class Integral(SpatialOperator):
616
where :math:`u\\in\\text{domain}` is a spatial variable, :math:`u_{min}` and :math:`u_{max}` are the values of
617
:math:`u` at the left-hand and right-hand boundaries of the domain respectively, and :math:`dq` is given by, \n
618
:math:`dq=du` for cartesian coordinates, \n
619
- :math:`dq=2\pi udu` for cylindrical coordinates, \n
620
- :math:`dq=4\pi u^2 du` for spherical coordinates.
+ :math:`dq=2\\pi udu` for cylindrical coordinates, \n
+ :math:`dq=4\\pi u^2 du` for spherical coordinates.
621
622
Parameters
623
----------
0 commit comments