summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--creator.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/creator.py b/creator.py
index 634277e..6debf7b 100644
--- a/creator.py
+++ b/creator.py
@@ -16,10 +16,11 @@
import sys
import os.path
import numpy as np
-from math import sin, cos, tan, atan, sqrt, ceil
+from math import sin, cos, atan, sqrt
import bisect as bi
import matplotlib.pyplot as plt
+
# This variable is required for main.py constant wing dimensions
# to be passed to inheriting classes (Airfoil, Spar, Stringer, Rib).
# This way, we don't have to redeclare our coordinates as parameters for
Copyright 2019--2024 Marius PETER