-
Notifications
You must be signed in to change notification settings - Fork 457
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
minor bug fix #431
minor bug fix #431
Conversation
Can we change this to a PR to the |
Well actually it looks like @lapadron left off the commit making the change. This pull request only contains the commits already on |
@lapadron did you push your update to your branch on GitHub? |
Sorry. I hadn't done the 'git add'. Now I did it and repeated steps 5 and 6. Do I need to do a new pull request now? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What about changing the loop from starting at 0 to start at 1?
This is more consistent with the Fortran convention and generally a simpler change.
|
Ah good point @andrew-platt |
…ion of array SDin was being accessed
…re/MinorBugFix Minor bug fix in SubDyn_Driver. The first dimension of array SDin was being accessed from index 0
Complete this sentence
THIS PULL REQUEST IS READY TO MERGE
Feature or improvement description
Minor bug fix in SubDyn_Driver. The first dimension of array SDin was begin accessed from index 0 and the do loop had one step too many.
Impacted areas of the software
SubDyn_Driver