X-Git-Url: https://bilbo.iut-bm.univ-fcomte.fr/and/gitweb/loba.git/blobdiff_plain/98bcf878526913600093dbce941e8a9ba873f2ea..eeacc47e3671f4196e6ede422415d636ffa30e98:/Experimentations/make_params

diff --git a/Experimentations/make_params b/Experimentations/make_params
index 78cf9ae..7dd1661 100755
--- a/Experimentations/make_params
+++ b/Experimentations/make_params
@@ -19,7 +19,7 @@ test -r "$TEMPLATE" || die "file not found: $TEMPLATE"
 for flavour in "I" "R"; do
     for distrib in "1" "N"; do
         for ratio in "1000:1" "100:1" "10:1" "1:1" "1:10" "1:100" "1:1000"; do
-            declare -a opts=( )
+            declare -a opts=( -m1e-4 -M10 )
             case "$flavour" in
                 "I") opts+=( -Z ) ;;
                 "R") : ;;