diff options
author | Sunil Shetye | 2018-07-02 18:39:11 +0530 |
---|---|---|
committer | Sunil Shetye | 2018-07-02 18:43:19 +0530 |
commit | 468de187d0ad59613aa73384976b58b78200ae43 (patch) | |
tree | a303e66b756cd295231a13b44638693f28dc1761 /js/Misc/generic_block3.js | |
parent | 6e5e34e21b744cf956b18c7a233aa62b1f08efe5 (diff) | |
download | sci2js-468de187d0ad59613aa73384976b58b78200ae43.tar.gz sci2js-468de187d0ad59613aa73384976b58b78200ae43.tar.bz2 sci2js-468de187d0ad59613aa73384976b58b78200ae43.zip |
support gettext
Diffstat (limited to 'js/Misc/generic_block3.js')
-rw-r--r-- | js/Misc/generic_block3.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/js/Misc/generic_block3.js b/js/Misc/generic_block3.js index 61a2ba68..7884e95a 100644 --- a/js/Misc/generic_block3.js +++ b/js/Misc/generic_block3.js @@ -31,7 +31,7 @@ function generic_block3() { label[9-1] = []; } while (true) { - [ok,this.function_name,this.funtyp,this.in1,this.it,this.out,this.ot,this.ci,this.co,this.xx,this.z,this.oz,this.rpar,this.ipar,this.opar,this.nmode,this.nzcr,this.auto0,this.depu,this.dept,this.lab] = scicos_getvalue("Set GENERIC block parameters",[["Simulation function"],["Function type (0,1,2,..)"],["Input ports sizes"],["Input ports type"],["Output port sizes"],["Output ports type"],["Input event ports sizes"],["Output events ports sizes"],["Initial continuous state"],["Initial discrete state"],["Initial object state"],["Real parameters vector"],["Integer parameters vector"],["Object parameters list"],["Number of modes"],["Number of zero crossings"],["Initial firing vector (<0 for no firing)"],["Direct feedthrough (y or n)"],["Time dependence (y or n)"]],list("str",1,"vec",1,"mat",[-1,2],"vec",-1,"mat",[-1,2],"vec",-1,"vec",-1,"vec",-1,"vec",-1,"vec",-1,"lis",-1,"vec",-1,"vec",-1,"lis",-1,"vec",1,"vec",1,"vec","sum(%8)","str",1,"str",1),label); + [ok,this.function_name,this.funtyp,this.in1,this.it,this.out,this.ot,this.ci,this.co,this.xx,this.z,this.oz,this.rpar,this.ipar,this.opar,this.nmode,this.nzcr,this.auto0,this.depu,this.dept,this.lab] = scicos_getvalue("Set GENERIC block parameters",["Simulation function","Function type (0,1,2,..)","Input ports sizes","Input ports type","Output port sizes","Output ports type","Input event ports sizes","Output events ports sizes","Initial continuous state","Initial discrete state","Initial object state","Real parameters vector","Integer parameters vector","Object parameters list","Number of modes","Number of zero crossings","Initial firing vector (<0 for no firing)","Direct feedthrough (y or n)","Time dependence (y or n)"],list("str",1,"vec",1,"mat",[-1,2],"vec",-1,"mat",[-1,2],"vec",-1,"vec",-1,"vec",-1,"vec",-1,"vec",-1,"lis",-1,"vec",-1,"vec",-1,"lis",-1,"vec",1,"vec",1,"vec","sum(%8)","str",1,"str",1),label); if (!ok) { break; } |