From 9d0824403aa06b1cf12ac62b587f4ca07819395b Mon Sep 17 00:00:00 2001 From: Marius Peter Date: Thu, 20 Jun 2019 00:03:13 -0700 Subject: begin work on a gui --- main.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'main.py') diff --git a/main.py b/main.py index 510d8c5..d6157d3 100644 --- a/main.py +++ b/main.py @@ -21,7 +21,7 @@ import random import time start_time = time.time() -CHORD_LENGTH = 100 +CHORD_LENGTH = 10 SEMI_SPAN = 200 # m=Mass @@ -75,7 +75,7 @@ def main(): af.stringer.print_info(2) # Plot components with matplotlib - # creator.plot(af, af.spar, af.stringer) + creator.plot(af, af.spar, af.stringer) # Save component info af.save_info(SAVE_PATH, _) -- cgit v1.2.3