Skip to content

Commit

Permalink
fixed function
Browse files Browse the repository at this point in the history
  • Loading branch information
hannorein committed Jan 22, 2024
1 parent d66323c commit ee27848
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/integrator_bs.c
Original file line number Diff line number Diff line change
Expand Up @@ -468,7 +468,7 @@ void reb_integrator_bs_part1(struct reb_simulation* r){
}
}

static void allocate_sequence_arrays(struct reb_integrator_bs* ri_bs){
static void allocate_sequence_arrays(struct reb_simulation* r){
struct reb_integrator_bs* ri_bs = &r->ri_bs;
ri_bs->sequence = malloc(sizeof(int)*sequence_length);
ri_bs->cost_per_step = malloc(sizeof(int)*sequence_length);
Expand Down

0 comments on commit ee27848

Please sign in to comment.