Skip to content

Commit

Permalink
delete old cbar call
Browse files Browse the repository at this point in the history
  • Loading branch information
mjburton committed Oct 7, 2017
1 parent 01d396d commit 3e26eb5
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions gpkitmodels/GP/aircraft/wing/wing.py
Expand Up @@ -15,8 +15,6 @@ class Wing(Model):
"The thing that creates the lift"
def setup(self, N=5, lam=0.5, spar="CapSpar", hollow=False):

cb, eta, cbarmac, Sbar = c_bar(lam, N)

W = Variable("W", "lbf", "weight")
mfac = Variable("m_{fac}", 1.2, "-", "wing weight margin factor")
S = Variable("S", "ft^2", "surface area")
Expand Down

0 comments on commit 3e26eb5

Please sign in to comment.