Skip to content

Commit

Permalink
fix: reverse change on order of operations
Browse files Browse the repository at this point in the history
Defer to future investigation in #30 if we want to change these.
  • Loading branch information
ericbarefoot committed May 15, 2020
1 parent cba1866 commit b503f45
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyDeltaRCM/sed_tools.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,10 @@ def sed_route(self):

self.sand_route()

self.topo_diffusion()

self.mud_route()

self.topo_diffusion()

def deposit(self, Vp_dep, px, py):
"""deposit sand or mud"""

Expand Down

0 comments on commit b503f45

Please sign in to comment.