Skip to content

Commit 4092982

Browse files
authored
correct docstring for displacement dynamic
1 parent b9c013e commit 4092982

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

PySDM/dynamics/displacement.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
44
adaptive time-stepping controlled by comparing implicit-Euler (I)
55
and explicit-Euler (E) maximal displacements with:
6-
rtol < |(I - E) / E|
6+
rtol > |(I - E) / E|
77
(see eqs 13-16 in [Arabas et al. 2015](https://doi.org/10.5194/gmd-8-1677-2015))
88
"""
99
from collections import namedtuple

0 commit comments

Comments
 (0)