Skip to content

Commit acb11fd

Browse files
Fix typo in equationOfMotion.py comment
1 parent 2cf3f59 commit acb11fd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/WallGo/equationOfMotion.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -787,7 +787,7 @@ def wallPressure(
787787
to find the pressure. If :py:attr:`self.forceImproveConvergence=False` and
788788
:py:data:`wallVelocity<self.hydrodynamics.vJ`, it uses a fast algorithm that sometimes fails
789789
to converge. Otherwise, or if the previous algorithm converges slowly,
790-
it åuses a slower, but more robust algorithm.
790+
it uses a slower, but more robust algorithm.
791791
792792
Parameters
793793
----------

0 commit comments

Comments
 (0)