From 74bccd841083ebbd2eeeeb99ff0c4673db8a57de Mon Sep 17 00:00:00 2001
From: Saku Hakamaa <sajuhak@utu.fi>
Date: Tue, 27 Nov 2018 13:16:46 +0200
Subject: [PATCH] fix name

---
 sim_utilities.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sim_utilities.py b/sim_utilities.py
index 60c8375..52cf9c0 100644
--- a/sim_utilities.py
+++ b/sim_utilities.py
@@ -371,7 +371,7 @@ def read_conc_data(in_path, symbol_marker_color_dict, figure_range_dict):
         if symbol not in dict_concs_mean.keys():
             dict_concs_mean[symbol] = [0] * len(z_positions)
         for z, concs in enumerate(concs_list):
-            indexes = sim_utilities.range_list_to_indexes(profile_mean_range, range(len(concs)))
+            indexes = range_list_to_indexes(profile_mean_range, range(len(concs)))
             array_mask = [True] * len(concs)
             for i, _ in enumerate(concs):
                 if i in indexes:
-- 
GitLab