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

correct constructDormandLockyerMcCorriganPrince6 #68

Closed
emca1 opened this issue Jul 11, 2020 · 1 comment · Fixed by #69
Closed

correct constructDormandLockyerMcCorriganPrince6 #68

emca1 opened this issue Jul 11, 2020 · 1 comment · Fixed by #69

Comments

@emca1
Copy link
Contributor

emca1 commented Jul 11, 2020

The output

return(ExplicitRKTableau(A,c,α,6,fsal=true))

should be
return(ExplicitRKTableau(A,c,α,6,adaptiveorder=5,αEEst=αEEst,fsal=true))

@ChrisRackauckas
Copy link
Member

Yes, I think you're correct. Could we get a PR on that?

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

Successfully merging a pull request may close this issue.

2 participants