Skip to content

Commit

Permalink
add lam back in as arg to phase out later
Browse files Browse the repository at this point in the history
  • Loading branch information
mjburton committed Oct 26, 2017
1 parent 283231f commit 66ccd21
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion gpkitmodels/GP/aircraft/wing/wing.py
Expand Up @@ -96,7 +96,8 @@ class Wing(Model):
flight_model = WingAero
loading = WingLoading

def setup(self, N=5):
def setup(self, N=5, lam=0.5):
# TODO: phase out lam in later version

self.N = N

Expand Down

0 comments on commit 66ccd21

Please sign in to comment.