From 20f38dadbb95fd4657edadcc8545ac369446479c Mon Sep 17 00:00:00 2001 From: loikki <loic.hausammann@protonmail.ch> Date: Wed, 26 Sep 2018 10:10:54 +0200 Subject: [PATCH] Fix stars unit test --- configure.ac | 17 +++++++++-------- tests/star_tolerance_27_perturbed.dat | 4 ++-- 2 files changed, 11 insertions(+), 10 deletions(-) diff --git a/configure.ac b/configure.ac index aa2d313607..946d429003 100644 --- a/configure.ac +++ b/configure.ac @@ -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 ------------------------]) diff --git a/tests/star_tolerance_27_perturbed.dat b/tests/star_tolerance_27_perturbed.dat index c64b5f779e..9e6886834e 100644 --- a/tests/star_tolerance_27_perturbed.dat +++ b/tests/star_tolerance_27_perturbed.dat @@ -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 -- GitLab