From 5ab73817371c1b4fedbd98838d3cf28984d73004 Mon Sep 17 00:00:00 2001 From: blendoit Date: Mon, 21 Oct 2019 21:25:52 -0700 Subject: Correct implem. of evaluator.analyze_all & Evaluator declassification --- evaluator/mass.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'evaluator/mass.py') diff --git a/evaluator/mass.py b/evaluator/mass.py index 514c59b..7edb926 100644 --- a/evaluator/mass.py +++ b/evaluator/mass.py @@ -3,6 +3,6 @@ def get_mass_distribution(self, total_mass): return F_z -def get_mass_total(self, aircraft): +def get_mass_total(aircraft): """Get the total aircraft mass.""" return 2000 -- cgit v1.2.3