From 1e8f2782753d70da35c2122f6d4441f94ee94ed6 Mon Sep 17 00:00:00 2001 From: blendoit Date: Mon, 7 Oct 2019 21:14:10 -0700 Subject: Subcomponent tree and Evaluator analysis Made very good progress on component tree representation, and Evaluator analysis method. --- creator/wing.py | 3 --- 1 file changed, 3 deletions(-) (limited to 'creator/wing.py') diff --git a/creator/wing.py b/creator/wing.py index b21a68c..7bf0b23 100644 --- a/creator/wing.py +++ b/creator/wing.py @@ -52,9 +52,6 @@ class Airfoil(base.Component): self.spars = [] self.stringers = [] - def __str__(self): - return self.name - def add_naca(self, naca_num=2412): """Generate surface geometry for a NACA airfoil. -- cgit v1.2.3