diff options
Diffstat (limited to 'js/Linear/CLSS_f.js')
-rw-r--r-- | js/Linear/CLSS_f.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/js/Linear/CLSS_f.js b/js/Linear/CLSS_f.js index 2e636fd0..74e9dd5b 100644 --- a/js/Linear/CLSS_f.js +++ b/js/Linear/CLSS_f.js @@ -71,7 +71,7 @@ function CLSS_f() { if (ok) { this.graphics.exprs = new ScilabDouble([this.exprs]); var rpar = [[this.A.slice()],[this.B.slice()],[this.C.slice()],[this.D.slice()]]; - if (this.D!=[]) { + if (this.D.length!=0) { if (norm(this.D,1)!=0) { var mmm = [true,true]; } else { |