merge origin develop into develop

This commit is contained in:
2017-05-10 15:48:02 +02:00
2 changed files with 2 additions and 1 deletions

View File

@@ -130,7 +130,7 @@ def earllatepicker(X, nfac, TSNR, Pick1, iplot=None, stealth_mode=False):
if iplot:
return EPick, LPick, PickError, fig
else:
return Epick, LPick, PickError
return EPick, LPick, PickError
def fmpicker(Xraw, Xfilt, pickwin, Pick, iplot=None):