We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
To decrease compilation time, NegativeBosonSpline.h file should be moved into the src folder. This cannot be done right away as
src
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.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
To decrease compilation time, NegativeBosonSpline.h file should be moved into the
src
folder. This cannot be done right away asgives out a segmentation fault at compile time.
The text was updated successfully, but these errors were encountered: