diff --git a/figures/SchueckerSchmidt2017/stabilization.py b/figures/SchueckerSchmidt2017/stabilization.py index dc6f6820c543dccd1415bce6a797f4e18b722b74..fa63bab61ba370592bc4e3ae343a8b4b2caf4198 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