stringer number

Commit
de1ec9a5fafae98fa1168223a78453e819840c0f
Author
Marius Peter <blendoit@gmail.com>
Author date
Committer
Marius Peter <blendoit@gmail.com>
Committer date
main.py
index 84f9d17d..a2dbd94a 100644..100644
@@ -21,7 +21,7 @@
21 21 import time
22 22 start_time = time.time()
23 23
24 Removed: CHORD_LENGTH = 100
24 Added: CHORD_LENGTH = 1000
25 25 SEMI_SPAN = 200
26 26
27 27 POP_SIZE = 1
@@ -50,7 +50,7 @@
50 50 # Create stringer instance
51 51 af.stringer = creator.Stringer()
52 52 # Define the stringer coordinates from their amount
53 Removed: af.stringer.add(af.coord, af.spar.coord, 10, 7, 5, 6)
53 Added: af.stringer.add(af.coord, af.spar.coord, 4, 7, 5, 6)
54 54 # Print coordinates of af.stringer to terminal
55 55 af.stringer.print_coord(2)
56 56