Skip to content

Commit

Permalink
courant: update docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
pesekon2 committed Jun 1, 2024
1 parent fdd6c13 commit fa9d216
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion smoderp2d/courant.py
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ def CFL(self, v, delta_t, effect_cont, co, rill_courant):
# Returns the adjusted/unchanged time step after a time step computation
# is completed.
def courant(self, delta_t):
"""TODO.
"""Adjust the time step based on Courant.
:param delta_t: TODO
:return: TODO
Expand Down

0 comments on commit fa9d216

Please sign in to comment.