From 369270948941caa63ab3ab7151aa812d88d23785 Mon Sep 17 00:00:00 2001
From: Maximilian Schmidt <max.schmidt@fz-juelich.de>
Date: Mon, 11 Jun 2018 16:11:26 +0900
Subject: [PATCH] Add list of indices of peaks again to stabilization script

---
 figures/SchueckerSchmidt2017/stabilization.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/figures/SchueckerSchmidt2017/stabilization.py b/figures/SchueckerSchmidt2017/stabilization.py
index dc6f682..fa63bab 100644
--- a/figures/SchueckerSchmidt2017/stabilization.py
+++ b/figures/SchueckerSchmidt2017/stabilization.py
@@ -37,7 +37,7 @@ load_list = []
 # This list defines which of the detected minima of the velocity
 # vector is identified as the unstable fixed point. It has to be
 # created manually.
-ind_list = []
+ind_list = [1, 1, 0, 1]
 
 """
 Main loop
-- 
GitLab