From: Arnaud Giersch Date: Tue, 19 Jul 2011 16:41:01 +0000 (+0200) Subject: Remove hack from make_pareams. X-Git-Tag: v0.1~24 X-Git-Url: https://bilbo.iut-bm.univ-fcomte.fr/and/gitweb/loba.git/commitdiff_plain/98bcf878526913600093dbce941e8a9ba873f2ea?ds=inline;hp=--cc Remove hack from make_pareams. --- 98bcf878526913600093dbce941e8a9ba873f2ea diff --git a/Experimentations/make_params b/Experimentations/make_params index f034186..78cf9ae 100755 --- a/Experimentations/make_params +++ b/Experimentations/make_params @@ -31,7 +31,6 @@ for flavour in "I" "R"; do *) die "unknown distribution: $distrib" ;; esac case "$ratio" in - *100*) continue ;; ##### HACK, FIXME ##### "1000:1") opts+=( -c1e6,0 -C1.25e2,0 ) ;; "100:1") opts+=( -c1e6,0 -C1.25e3,0 ) ;; "10:1") opts+=( -c1e6,0 -C1.25e4,0 ) ;;