From 98bcf878526913600093dbce941e8a9ba873f2ea Mon Sep 17 00:00:00 2001 From: Arnaud Giersch Date: Tue, 19 Jul 2011 18:41:01 +0200 Subject: [PATCH] Remove hack from make_pareams. --- Experimentations/make_params | 1 - 1 file changed, 1 deletion(-) 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 ) ;; -- 2.39.5