diff options
Diffstat (limited to 'js/Sources/GEN_SQR.js')
-rw-r--r-- | js/Sources/GEN_SQR.js | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/js/Sources/GEN_SQR.js b/js/Sources/GEN_SQR.js index 7e21ad95..dc127a54 100644 --- a/js/Sources/GEN_SQR.js +++ b/js/Sources/GEN_SQR.js @@ -55,6 +55,7 @@ function GEN_SQR() { } GEN_SQR.prototype.get = function GEN_SQR() { var y = this.needcompile; + this.model.ipar = 1; var typ = list(); var exprs = this.graphics.exprs; this.Btitre = "Set GEN_SQR parameters"; @@ -74,6 +75,7 @@ function GEN_SQR() { } GEN_SQR.prototype.set = function GEN_SQR() { var y = this.needcompile; + this.model.ipar = 1; var typ = list(); var exprs = this.graphics.exprs; this.Btitre = "Set GEN_SQR parameters"; |