Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
darioizzo committed Aug 28, 2023
1 parent 3594b9d commit 12db6a6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions benchmark/propagate_lagrangian_benchmark.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -152,14 +152,14 @@ int main() {
perform_test_accuracy(0.9, 0.99, 100000, &kep3::propagate_lagrangian);

fmt::print("\nComputes speed at different eccentricity ranges [Universal "
"Variable]:\n");
"Anomaly]:\n");
perform_test_speed(0, 0.5, 1000000, &kep3::propagate_lagrangian_u);
perform_test_speed(0.5, 0.9, 1000000, &kep3::propagate_lagrangian_u);
perform_test_speed(0.9, 0.99, 1000000, &kep3::propagate_lagrangian_u);
perform_test_speed(1.1, 10., 1000000, &kep3::propagate_lagrangian_u);

fmt::print("\nComputes error at different eccentricity ranges [Universal "
"Variable]:\n");
"Anomaly]:\n");
perform_test_accuracy(0, 0.5, 100000, &kep3::propagate_lagrangian_u);
perform_test_accuracy(0.5, 0.9, 100000, &kep3::propagate_lagrangian_u);
perform_test_accuracy(0.9, 0.99, 100000, &kep3::propagate_lagrangian_u);
Expand Down

0 comments on commit 12db6a6

Please sign in to comment.