Skip to content

Commit

Permalink
swithcing to SMA fit
Browse files Browse the repository at this point in the history
  • Loading branch information
mayork committed Mar 13, 2017
1 parent f4b3f8a commit 851b1d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tail Fits/naca_cl0_fits.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ def make_fit(naca_range, re_range):
print np.size(x)
print np.size(x)
print np.size(y)
fit(x, y, 3)
fit(x, y, 3, 'SMA')

def plot_fits(naca_range, re_range):
"plot fit compared to data"
Expand Down

0 comments on commit 851b1d4

Please sign in to comment.