Skip to content

Commit

Permalink
[misc] fix some comments
Browse files Browse the repository at this point in the history
Co-authored-by: Zhao Liang <mathzhaoliang@gmail.com>
  • Loading branch information
bismarckkk and neozhaoliang authored Oct 17, 2022
1 parent 466a282 commit f9d8ec5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/taichi/examples/simulation/laplace_equation.py
Original file line number Diff line number Diff line change
Expand Up @@ -274,7 +274,7 @@ def processGuiEvent(_gui):
else:
dipoles[i].m += 0.001 * int((dipoles[i].m >= 0.0) -
(dipoles[i].m <= 0.0))
fade = -abs(fade) # fade out arrow filed
fade = -abs(fade) # fade out arrow field


if __name__ == '__main__':
Expand Down

0 comments on commit f9d8ec5

Please sign in to comment.