Skip to content

Commit

Permalink
Update run_parallel_sw_rectangular_cross.py
Browse files Browse the repository at this point in the history
Setting stage correctly
  • Loading branch information
stoiver committed Nov 19, 2018
1 parent c50b525 commit d99cf75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/parallel/run_parallel_sw_rectangular_cross.py
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@

if myid == 0 : print 'after check_integrity'

Set_stage(domain,center=(0.0,0.0), radius=0.5, value = 2.0)
Set_stage(domain,center=(0.0,0.0), radius=0.5, stage = 2.0)

if myid == 0 : print 'after set quantity'

Expand Down

0 comments on commit d99cf75

Please sign in to comment.