From 48526f453b3dce5d90fe47a2713983fabed52667 Mon Sep 17 00:00:00 2001 From: nmounet Date: Fri, 15 Nov 2024 15:18:57 +0100 Subject: [PATCH] Rename 000b_check_kick_table_dipolar.py to 000b_hllhc_check_kick_table_dipolar.py --- ..._table_dipolar.py => 000b_hllhc_check_kick_table_dipolar.py} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename examples/kick_against_pyheadtail/{000b_check_kick_table_dipolar.py => 000b_hllhc_check_kick_table_dipolar.py} (99%) diff --git a/examples/kick_against_pyheadtail/000b_check_kick_table_dipolar.py b/examples/kick_against_pyheadtail/000b_hllhc_check_kick_table_dipolar.py similarity index 99% rename from examples/kick_against_pyheadtail/000b_check_kick_table_dipolar.py rename to examples/kick_against_pyheadtail/000b_hllhc_check_kick_table_dipolar.py index bd4d8e3b..91a674b8 100644 --- a/examples/kick_against_pyheadtail/000b_check_kick_table_dipolar.py +++ b/examples/kick_against_pyheadtail/000b_hllhc_check_kick_table_dipolar.py @@ -76,4 +76,4 @@ plt.plot(p_ref.zeta, p_ref.py, '-.', label='pyht') plt.legend() -plt.show() \ No newline at end of file +plt.show()