Skip to content

Commit

Permalink
Fix stars unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
loikki committed Sep 26, 2018
1 parent 3559b7e commit 20f38da
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 10 deletions.
17 changes: 9 additions & 8 deletions configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -1608,13 +1608,14 @@ AC_MSG_RESULT([
Stellar model : $with_stars
Feedback model : $with_feedback
Individual timers : $enable_timers
Task debugging : $enable_task_debugging
Threadpool debugging : $enable_threadpool_debugging
Debugging checks : $enable_debugging_checks
Interaction debugging : $enable_debug_interactions
Naive interactions : $enable_naive_interactions
Gravity checks : $gravity_force_checks
Custom icbrtf : $enable_custom_icbrtf
Individual timers : $enable_timers
Task debugging : $enable_task_debugging
Threadpool debugging : $enable_threadpool_debugging
Debugging checks : $enable_debugging_checks
Interaction debugging : $enable_debug_interactions
Stars interaction debugging : $enable_debug_interactions_stars
Naive interactions : $enable_naive_interactions
Gravity checks : $gravity_force_checks
Custom icbrtf : $enable_custom_icbrtf
------------------------])
4 changes: 2 additions & 2 deletions tests/star_tolerance_27_perturbed.dat
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# ID pos_x pos_y pos_z wcount wcount_dh
0 1e-6 1e-6 1e-6 2e-4 1e-2
0 1e-6 1e-6 1e-6 1e-5 2e-3
0 1e-6 1e-6 1e-6 1e-6 1e0
0 1e-6 1e-6 1e-6 1e-5 2.4e-3
0 1e-6 1e-6 1e-6 1e-6 1e-2

0 comments on commit 20f38da

Please sign in to comment.