From c63428ea5c0afc4cd9c9f261ee8069a13155811c Mon Sep 17 00:00:00 2001 From: Aron Ahmadia Date: Thu, 25 Jul 2013 16:29:12 -0700 Subject: [PATCH] fix bug in static.py --- src/python/riemann/static.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/python/riemann/static.py b/src/python/riemann/static.py index c3f5714d..609326c5 100644 --- a/src/python/riemann/static.py +++ b/src/python/riemann/static.py @@ -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,