Skip to content

Commit

Permalink
Merge branch 'master' of github.com:fruzsinaagocs/oscode
Browse files Browse the repository at this point in the history
  • Loading branch information
fruzsinaagocs committed Feb 14, 2022
2 parents 209b491 + 5e448bf commit b4dbcfb
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 b4dbcfb

Please sign in to comment.