Skip to content

Commit

Permalink
Update forward step example custom BC signature.
Browse files Browse the repository at this point in the history
  • Loading branch information
ketch committed Jun 15, 2017
1 parent 73eff48 commit 41c73a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/euler_2d/shock_forward_step.py
Expand Up @@ -50,7 +50,7 @@
raise


def incoming_shock(state,dim,t,qbc,num_ghost):
def incoming_shock(state,dim,t,qbc,auxbc,num_ghost):
"""
Incoming shock at left boundary.
"""
Expand Down

0 comments on commit 41c73a8

Please sign in to comment.