-
-
Notifications
You must be signed in to change notification settings - Fork 216
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
Nested containers in the system function #72
Comments
Can't reproduce your exact error. Are you using out of place? |
Yes, that was out of place. |
In-place is easier here: a one-line change makes it work. I need to see what exactly that effects in terms of |
We'll see who comes just to say that the application is just too bizarre to care. |
We're going to take that the proper way to handle this is by using a |
Currently, using a nested container such as a
Vector{SVector{2,Float64}}
produces the following error when using a method with an adaptive timestep:The problem does not affect methods with a fixed timestep.
The text was updated successfully, but these errors were encountered: