From 4b0f60ef0c56a3e1ead9be5a74ca5cc9ab0f8b77 Mon Sep 17 00:00:00 2001 From: Marius Peter Date: Thu, 6 Jun 2019 19:49:25 -0700 Subject: test 2 --- creator.py | 1 - main.py | 1 - 2 files changed, 2 deletions(-) diff --git a/creator.py b/creator.py index 8d49cde..f401791 100644 --- a/creator.py +++ b/creator.py @@ -28,7 +28,6 @@ from mpl_toolkits.mplot3d import Axes3D # our spars, stringers and ribs. This makes for more elegant code. global parent -# Marius makes a change. class Coordinates: """ diff --git a/main.py b/main.py index 141c877..dd6b179 100644 --- a/main.py +++ b/main.py @@ -24,7 +24,6 @@ SEMI_SPAN = 200 POP_SIZE = 1 SAVE_PATH = 'C:/Users/blend/Desktop/python/airfoils' -# Where is my change? def main(): -- cgit v1.2.3