Skip to content

Commit

Permalink
millholland high incs
Browse files Browse the repository at this point in the history
  • Loading branch information
Tiger Lu committed Mar 19, 2024
1 parent 0e691d4 commit 20297b3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions examples/hatp11/problem.c
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ double obl(struct reb_vec3d v1, struct reb_vec3d v2){
return acos(reb_vec3d_dot(v1,v2) / (sqrt(reb_vec3d_length_squared(v1)) * sqrt(reb_vec3d_length_squared(v2))));
}

char title[100] = "319_low_incs_";
char title[100] = "319_high_incs_";
char title_stats[100] = "zlk311_millholland_stats";
char title_remove[100] = "rm -v 319_low_incs_";
char title_remove[100] = "rm -v 319_high_incs_";
int ind;
int printed_stats=1;
double planet_a;
Expand Down Expand Up @@ -140,7 +140,7 @@ int main(int argc, char* argv[]){
double planet_Omega = (117.1 - 180.) * (M_PI / 180.); //reb_random_uniform(sim, 0., 2 * M_PI);
double planet_omega = 0.;//reb_random_uniform(sim, 0.0, 2 * M_PI);
double planet_f = 0;//reb_random_uniform(sim, 0.0, 2 * M_PI);
double planet_inc = reb_random_uniform(sim, 6. * M_PI/180., 39. * M_PI/180.);
double planet_inc = reb_random_uniform(sim, 40. * M_PI/180., 100. * M_PI/180.);

// HAT-P-11c - treated as a point particle

Expand Down

0 comments on commit 20297b3

Please sign in to comment.