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
This commit is contained in:
Thomas Preud'homme 2009-07-06 17:12:57 +02:00 committed by Thomas Preud'homme
parent 3c00b5727e
commit 06e1331dbb
1 changed files with 1 additions and 1 deletions

View File

@ -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