Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/amuse/community/hermite/interface.cc
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ static real t_evolve = t; // Time requested by evolve. Control r
// system is computed by extrapolation.
static real t_wanted = 0;
static double begin_time = 0;
static double end_time_accuracy_factor = 0.5;
static double end_time_accuracy_factor = 0.0;

static vector<int> ident;
static vector<real> mass, radius, potential;
Expand Down
2 changes: 1 addition & 1 deletion src/amuse/community/hermite/interface.py
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,7 @@ def define_parameters(self, handler):

Valid factors are between -1.0 and 1.0
""",
default_value = 1.0
default_value = 0.0
)
handler.add_method_parameter(
"get_dt_dia",
Expand Down