-
Notifications
You must be signed in to change notification settings - Fork 164
Removed extraneous yout copy #814
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
base: feature/stageprocessing
Are you sure you want to change the base?
Changes from all commits
d6b4cb9
d7472d5
feb4ec3
974c857
0d716d7
2483b74
b0704c1
b6f954b
eafb595
fc4444a
91d9767
fc0815e
12d2d75
282b7a7
fc85181
9a11e78
0a8072e
479681a
2073569
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -1159,8 +1159,7 @@ int ARKodeEvolve(void* arkode_mem, sunrealtype tout, N_Vector yout, | |
| { | ||
| istate = ARK_SUCCESS; | ||
| ark_mem->tretlast = *tret = ark_mem->tcur; | ||
| N_VScale(ONE, ark_mem->yn, yout); | ||
| ark_mem->next_h = ark_mem->hprime; | ||
| ark_mem->next_h = ark_mem->hprime; | ||
|
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. If rootfinding is enabled, the call to A similar unnecessary copy is done in In each case where the copy is removed it would be helpful to add a comment for why the copy is not needed e.g., *The value |
||
| break; | ||
| } | ||
|
|
||
|
|
||
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.
Also update
doc/shared/RecentChanges.rst