From 50b5dc85dfe17432699fe0eb7badb78601d3adc6 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Sylvia=20Pl=C3=B6ckinger?= <sylvia.ploeckinger@univie.ac.at>
Date: Wed, 18 Oct 2023 10:42:04 +0200
Subject: [PATCH] Remove unused variable

---
 Fig5_zones_at_lsmooth.py | 1 -
 1 file changed, 1 deletion(-)

diff --git a/Fig5_zones_at_lsmooth.py b/Fig5_zones_at_lsmooth.py
index 3bc7e3d..eaf543d 100644
--- a/Fig5_zones_at_lsmooth.py
+++ b/Fig5_zones_at_lsmooth.py
@@ -183,7 +183,6 @@ mB = [1.e5/8., 1.e5, 8.e5] # msun
 mB_default = 1
 lsoft = [10., 20., 50., 100., 200., 500.] # pc
 lsoft_default = 3
-hmin = 0.2 / kernel_support_over_smoothing_length
 
 ls = 'dashed'
 lc = '#00CC66'
-- 
GitLab