redundant corodinates

Commit
4e562fba0de3f00b5240e6e09176ee73584f620f
Author
Marius Peter <blendoit@gmail.com>
Author date
Committer
Marius Peter <blendoit@gmail.com>
Committer date
Changed files
evaluator.py
index 9512a4b2..eea4f67c 100644..100644
@@ -38,10 +38,7 @@
38 38 + airfoil.spar.mass
39 39 + airfoil.stringer.mass)
40 40 self.mass_dist = []
41 Removed: # Upper coordinates
42 Removed: self.x = airfoil.x
43 Removed: self.z = airfoil.z
44 Removed: # Lower coordinates
41 Added: # Coordinates
45 42 self.x = airfoil.x
46 43 self.z = airfoil.z
47 44 self.lift_rectangular = []
main.py
index f82ca89c..f11bd0f8 100644..100644
@@ -98,7 +98,7 @@
98 98 af.stringer.info_save(SAVE_PATH, _)
99 99
100 100 # Plot components with matplotlib
101 Removed: # creator.plot_geom(af)
101 Added: creator.plot_geom(af)
102 102
103 103 # Evaluator object contains airfoil analysis results.
104 104 eval = evaluator.Evaluator(af)
@@ -106,7 +106,7 @@
106 106 eval.analysis()
107 107 # eval.info_print(2)
108 108 eval.info_save(SAVE_PATH, _)
109 Removed: # evaluator.plot_geom(eval)
109 Added: evaluator.plot_geom(eval)
110 110 # evaluator.plot_lift(eval)
111 111
112 112 # Print final execution time