From 7a9f51f50e828c6dc79a3e4e976f3c9e05deea27 Mon Sep 17 00:00:00 2001 From: YuhangQ Date: Thu, 24 Aug 2023 12:16:11 +0000 Subject: [PATCH] =?UTF-8?q?v2.6:=20=E6=8D=A2=E6=96=B9=E5=90=91=E4=BA=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/paras.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/paras.h b/src/paras.h index e71aa9d..2c23c76 100644 --- a/src/paras.h +++ b/src/paras.h @@ -16,7 +16,7 @@ PARA( vsat_max , int , '\0' , false , 10000 , 0 , 100000 , "max input numbers of LUT") \ PARA( fw_inc , int , '\0' , false , 2 , 0 , 1000 , "max input numbers of LUT") \ PARA( fw_max , int , '\0' , false , 10000 , 0 , 1000 , "max input numbers of LUT") \ - PARA( up_inc , int , '\0' , false , 1 , 0 , 1000 , "max input numbers of LUT") \ + PARA( up_inc , int , '\0' , false , 5 , 0 , 1000 , "max input numbers of LUT") \ PARA( up_max , int , '\0' , false , 10000 , 0 , 1000 , "max input numbers of LUT") \ PARA( max_step_coeff , double , '\0' , false , 10.0 , 1 , 1000 , "max input numbers of LUT") // name, short-name, must-need, default, comments