From 06e1331dbbf7b1140a16f0e1b018d73edc3c5ae9 Mon Sep 17 00:00:00 2001 From: Thomas Preud'homme Date: Mon, 6 Jul 2009 17:12:57 +0200 Subject: [PATCH] commtechs BUGFIX: wrong varname (nb_useless_loop) nb_useless_loop has been renamed in argTypeProd but one usage of nb_useless_loop has remained in lancement.sh --- communication_techniques/lancement.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/communication_techniques/lancement.sh b/communication_techniques/lancement.sh index 52b5b93..d3b64de 100755 --- a/communication_techniques/lancement.sh +++ b/communication_techniques/lancement.sh @@ -71,7 +71,7 @@ function_run () { case $typeProd in "none" ) optTypeProd="" ;; "matrice" ) optTypeProd="-c lib/${calcDir}/libcalc_mat.so 16" ;; - "useless_loop" ) optTypeProd="-c lib/${calcDir}/libcalc_useless_loop.so ${nb_useless_loop}" ;; + "useless_loop" ) optTypeProd="-c lib/${calcDir}/libcalc_useless_loop.so ${argTypeProd}" ;; * ) exit 1 ;; esac case $typeCache in