Skip to content

Commit

Permalink
Fixed reference to vc traffic solver.
Browse files Browse the repository at this point in the history
  • Loading branch information
BrisaDavis committed Aug 21, 2013
1 parent ee3f0cb commit f519c10
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/python/riemann/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
import shallow_roe_with_efix_1D
import layered_shallow_water_1D
import traffic_1D
import vc_traffic_1D
import traffic_vc_1D
import acoustics_2D
import advection_2D
import burgers_2D
Expand Down
2 changes: 1 addition & 1 deletion src/python/riemann/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
'advection',
'burgers',
'traffic',
'vc_traffic',
'traffic_vc',
'euler_with_efix',
'nonlinear_elasticity_fwave',
'reactive_euler_with_efix',
Expand Down
4 changes: 2 additions & 2 deletions src/python/riemann/static.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
'burgers_1D' : 1,
'burgers_1D_py' : 1,
'traffic_1D' : 1,
'vc_traffic_1D' : 1,
'traffic_vc_1D' : 1,
'euler_with_efix_1D' : 3,
'euler_1D_py' : 3,
'nonlinear_elasticity_fwave_1D' : 2,
Expand Down Expand Up @@ -36,7 +36,7 @@
'burgers_1D' : 1,
'burgers_1D_py' : 1,
'traffic_1D' : 1,
'vc_traffic_1D' : 1,
'traffic_vc_1D' : 1,
'euler_with_efix_1D' : 3,
'euler_1D_py' : 3,
'nonlinear_elasticity_fwave_1D' : 2,
Expand Down

0 comments on commit f519c10

Please sign in to comment.