Skip to content

Commit 6c897fa

Browse files
committed
Increase integration maxsteps
1 parent 84d9911 commit 6c897fa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/TOPP.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -367,10 +367,10 @@ enum CLCReturnType {
367367
};
368368

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

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

375375
// Compute the CLC
376376
int ComputeLimitingCurves(Constraints& constraints);

0 commit comments

Comments
 (0)