-
Notifications
You must be signed in to change notification settings - Fork 629
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Small fixes #1
Small fixes #1
Conversation
double tt = time - peak_time; | ||
|
||
// The function that introduces a rectangular band in the spectrum (centered around zero frequency) | ||
#ifdef HAVE_LIBGSL_EXPINT |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There should really be a configure check for this.
Please use separate pull requests for different features (i.e. 3 pull requests in this case), so that they can be reviewed, discussed, and merged independently. I'll close this so that you can resubmit as distinct PRs. |
As noted above, I've fixed 2 of the 3 issues that you mention by recent commits, so please submit a PR just on the new source that you want to provide, so that we can discuss it. |
Two small fixes and one new feature: