You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Many thanks for reporting. The grid_spacing default is intentionally set to zero, so that the user has to choose this (important parameter) him-/herself. There are other algorithms for the discrete vKdV spectrum that do not utilize a grid (not implemented yet), which is why I did not make it a main argument for the function.
I'll put this on the list of things to fix for 0.5.1. If you notice anything else, please let me know.
In: 0.5 release / master branch
when compiled, the kdvv c-example (
examples/fnft_kdvv_example.c
) fails:I suppose this is due to using the default grid-spacing of 0.0.
The example works fine if the grid spacing is explicitly defined, e.g. as
Best, Christoph
The text was updated successfully, but these errors were encountered: