Skip to content

Commit

Permalink
Merge pull request #14 from fruzsinaagocs/issue13
Browse files Browse the repository at this point in the history
Fix #13: set dir of integration to forward even if w,g are not interp…
  • Loading branch information
fruzsinaagocs committed Feb 9, 2022
2 parents e55786a + ec8efba commit 5e448bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/solver.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,7 @@ a_tol, double h_0, const char* full_output){
dodsol.resize(dosize);
int docount = 0;
auto doit = do_times.begin();
if(de_sys_->Winterp.sign_ == 1){
if(de_sys_->Winterp.sign_ == 1 or sign == 1){
for(auto it=dotimes.begin(); it!=dotimes.end(); it++){
*it = *doit;
docount++; doit++;
Expand Down

0 comments on commit 5e448bf

Please sign in to comment.