Skip to content

Commit

Permalink
same safety
Browse files Browse the repository at this point in the history
  • Loading branch information
hannorein committed Aug 14, 2023
1 parent 2e202c5 commit 943c976
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/integrator_ias15.c
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ static void predict_next_step(double ratio, int N3, const struct reb_dpconst7 _
// Constants

static const double safety_factor_dtmode_0 = 0.25; /**< Maximum increase/deacrease of consecutve timesteps. */
static const double safety_factor_dtmode_1 = 0.85; /**< Maximum increase/deacrease of consecutve timesteps in dtmode 1. */
static const double safety_factor_dtmode_1 = 0.25; /**< Maximum increase/deacrease of consecutve timesteps in dtmode 1. */

// Gauss Radau spacings
static const double h[8] = { 0.0, 0.0562625605369221464656521910318, 0.180240691736892364987579942780, 0.352624717113169637373907769648, 0.547153626330555383001448554766, 0.734210177215410531523210605558, 0.885320946839095768090359771030, 0.977520613561287501891174488626};
Expand Down

0 comments on commit 943c976

Please sign in to comment.