From 99362c09681f5382470f36fed4a6caf6948a84e1 Mon Sep 17 00:00:00 2001 From: Marius Peter Date: Thu, 13 Jun 2019 16:34:46 -0700 Subject: start work on evaluator for real though --- evaluator.py | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'evaluator.py') diff --git a/evaluator.py b/evaluator.py index 6a87b7e..180d49a 100644 --- a/evaluator.py +++ b/evaluator.py @@ -13,4 +13,8 @@ # You should have received a copy of the GNU General Public License # along with this program. If not, see . -import creator +# F_z = + + +def get_centroid(airfoil): + pass -- cgit v1.2.3