From 7683b492ba9791c8a0ce2fc6c1820d69cbdfc652 Mon Sep 17 00:00:00 2001 From: blendoit Date: Fri, 4 Oct 2019 11:47:39 -0700 Subject: Start work under Pypy3 --- example_airfoil.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'example_airfoil.py') diff --git a/example_airfoil.py b/example_airfoil.py index 14cf916..3488eb9 100644 --- a/example_airfoil.py +++ b/example_airfoil.py @@ -69,7 +69,7 @@ af.spar2 = creator.wing.Spar(af, 0.57, mt.aluminium) # af.stringer.info_save(SAVE_PATH, 'foo_name') # Plot components with matplotlib -# wing.plot_geom(af, [af.spar1, af.spar2], None) +# creator.wing.plot_geom(af, [af.spar1, af.spar2], None) # Evaluator object contains airfoil analysis results. eval = evaluator.Evaluator(aircraft) -- cgit v1.2.3