Pārlūkot izejas kodu

Merge branch 'release/v0.1.3'

Jérôme BUISINE 4 gadi atpakaļ
vecāks
revīzija
095a12831f

+ 1 - 1
simulation/run_maxwell_simulation_filters_statistics.sh

@@ -22,7 +22,7 @@ for nb_zones in {4,6,8,10,12}; do
             echo $MODEL_NAME
 
             # only compute if necessary (perhaps server will fall.. Just in case)
-            if grep -q "${MODEL_NAME}" "${simulate_models}"; then
+            if grep -xq "${MODEL_NAME}" "${simulate_models}"; then
 
                 echo "Run simulation for ${MODEL_NAME}..."