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/Linear/DLSS_f.js | |
parent | 6e5e34e21b744cf956b18c7a233aa62b1f08efe5 (diff) | |
download | sci2js-468de187d0ad59613aa73384976b58b78200ae43.tar.gz sci2js-468de187d0ad59613aa73384976b58b78200ae43.tar.bz2 sci2js-468de187d0ad59613aa73384976b58b78200ae43.zip |
support gettext
Diffstat (limited to 'js/Linear/DLSS_f.js')
-rw-r--r-- | js/Linear/DLSS_f.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/js/Linear/DLSS_f.js b/js/Linear/DLSS_f.js index f90a3df0..0f1cf562 100644 --- a/js/Linear/DLSS_f.js +++ b/js/Linear/DLSS_f.js @@ -34,7 +34,7 @@ function DLSS_f() { } model = arg1.model; while (true) { - [ok,this.A,this.B,this.C,this.D,this.x0,exprs] = scicos_getvalue("Set discrete linear system parameters",[["A matrix"],["B matrix"],["C matrix"],["D matrix"],["Initial state"]],list("mat",[-1,-1],"mat",["size(%1,2)","-1"],"mat",["-1","size(%1,2)"],"mat",[-1,-1],"vec","size(%1,2)"),exprs); + [ok,this.A,this.B,this.C,this.D,this.x0,exprs] = scicos_getvalue("Set discrete linear system parameters",["A matrix","B matrix","C matrix","D matrix","Initial state"],list("mat",[-1,-1],"mat",["size(%1,2)","-1"],"mat",["-1","size(%1,2)"],"mat",[-1,-1],"vec","size(%1,2)"),exprs); if (!ok) { break; } |