Skip to content
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

Move NegativeBosonSpline.h to /src/ #129

Open
vollous opened this issue Apr 24, 2024 · 0 comments · Fixed by #182
Open

Move NegativeBosonSpline.h to /src/ #129

vollous opened this issue Apr 24, 2024 · 0 comments · Fixed by #182
Assignees
Labels
structural improvment Improvements to the structure without changing the features of the code

Comments

@vollous
Copy link
Collaborator

vollous commented Apr 24, 2024

To decrease compilation time, NegativeBosonSpline.h file should be moved into the src folder. This cannot be done right away as

tk::spline JbosonNegativeSpline(NegLinearIntTransposed[0],
                                NegLinearIntTransposed[1],
                                tk::spline::cspline,
                                false,
                                tk::spline::first_deriv,
                                -pow(M_PI, 2) / 12,
                                tk::spline::first_deriv,
                                3.816357189);

gives out a segmentation fault at compile time.

@vollous vollous self-assigned this Dec 3, 2024
@vollous vollous linked a pull request Dec 3, 2024 that will close this issue
@vollous vollous added the structural improvment Improvements to the structure without changing the features of the code label Dec 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
structural improvment Improvements to the structure without changing the features of the code
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant