Skip to content

Commit

Permalink
fix bug in static.py
Browse files Browse the repository at this point in the history
  • Loading branch information
ahmadia committed Jul 25, 2013
1 parent 258d431 commit c63428e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/python/riemann/static.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
'euler_5wave_2D' : 5,
'euler_4wave_2D' : 4,
'kpp_2D' : 1,
'psystem_2D' : 3,
'psystem_2D' : 2,
'shallow_roe_with_efix_2D' : 3,
'shallow_sphere_2D' : 3,
'vc_acoustics_2D' : 2,
Expand Down

0 comments on commit c63428e

Please sign in to comment.