Skip to content

Commit

Permalink
Increase integration maxsteps
Browse files Browse the repository at this point in the history
  • Loading branch information
Puttichai committed Apr 29, 2014
1 parent 84d9911 commit 6c897fa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/TOPP.h
Original file line number Diff line number Diff line change
Expand Up @@ -367,10 +367,10 @@ enum CLCReturnType {
};

// Integrate forward from (sstart,sdstart)
int IntegrateForward(Constraints& constraints, dReal sstart, dReal sdstart, dReal dt, Profile& resprofile, int maxsteps=1e5, bool testaboveexistingprofiles=true, bool testmvc=true, bool zlajpah=false);
int IntegrateForward(Constraints& constraints, dReal sstart, dReal sdstart, dReal dt, Profile& resprofile, int maxsteps=1e6, bool testaboveexistingprofiles=true, bool testmvc=true, bool zlajpah=false);

// Integrate backward from (sstart,sdstart)
int IntegrateBackward(Constraints& constraints, dReal sstart, dReal sdstart, dReal dt, Profile& resprofile, int maxsteps=1e5, bool testaboveexistingprofiles=true, bool testmvc=true, bool zlajpah=false);
int IntegrateBackward(Constraints& constraints, dReal sstart, dReal sdstart, dReal dt, Profile& resprofile, int maxsteps=1e6, bool testaboveexistingprofiles=true, bool testmvc=true, bool zlajpah=false);

// Compute the CLC
int ComputeLimitingCurves(Constraints& constraints);
Expand Down

0 comments on commit 6c897fa

Please sign in to comment.