From ab880773c095e7e9249f14435a9e03f4af328364 Mon Sep 17 00:00:00 2001 From: Marius Peter Date: Thu, 13 Jun 2019 16:49:56 -0700 Subject: main.py function docstrings --- evaluator.py | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'evaluator.py') diff --git a/evaluator.py b/evaluator.py index 180d49a..f3a05f4 100644 --- a/evaluator.py +++ b/evaluator.py @@ -18,3 +18,8 @@ def get_centroid(airfoil): pass + + +def get_mass(*component): + for _ in len(component): + mass += component.mass -- cgit v1.2.3