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 --- evaluator.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'evaluator.py') diff --git a/evaluator.py b/evaluator.py index 69a589a..824b578 100644 --- a/evaluator.py +++ b/evaluator.py @@ -23,7 +23,7 @@ def get_centroid(airfoil): numerator += _ * area for _ in airfoil.stringer.x_l: numerator += _ * area - denominator + # denominator # z_c = -- cgit v1.2.3