Skip to content

Commit e56f66e

Browse files
authored
fix typo in an equation (#2022)
1 parent 2914a10 commit e56f66e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Docs/source/nse_net.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -240,7 +240,7 @@ The overview of the steps we take are the following:
240240

241241
.. math::
242242
243-
2|b_f(k) - b_r(k)|/(b_f(k) + b_r(k) < \epsilon
243+
2|b_f(k) - b_r(k)|/(b_f(k) + b_r(k)) < \epsilon
244244
245245
where :math:`\epsilon` is set by ``nse.ase_tol``,
246246
which has a default value of 0.1.

0 commit comments

Comments
 (0)