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
Open

Move NegativeBosonSpline.h to /src/ #129

vollous opened this issue Apr 24, 2024 · 0 comments

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant