diff options
author | Sunil Shetye | 2018-07-02 20:21:14 +0530 |
---|---|---|
committer | Sunil Shetye | 2018-07-02 21:20:51 +0530 |
commit | 5ea6bd919623bb0dd58f235329b985b2bb6cb4ba (patch) | |
tree | 15164190cae390d0a701fcd7ce99fa3addb4134c /js/Sources/GEN_SQR.js | |
parent | 468de187d0ad59613aa73384976b58b78200ae43 (diff) | |
download | sci2js-5ea6bd919623bb0dd58f235329b985b2bb6cb4ba.tar.gz sci2js-5ea6bd919623bb0dd58f235329b985b2bb6cb4ba.tar.bz2 sci2js-5ea6bd919623bb0dd58f235329b985b2bb6cb4ba.zip |
add set block
Diffstat (limited to 'js/Sources/GEN_SQR.js')
-rw-r--r-- | js/Sources/GEN_SQR.js | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/js/Sources/GEN_SQR.js b/js/Sources/GEN_SQR.js index ef910eed..084a846f 100644 --- a/js/Sources/GEN_SQR.js +++ b/js/Sources/GEN_SQR.js @@ -56,6 +56,10 @@ function GEN_SQR() { GEN_SQR.prototype.get = function GEN_SQR() { } GEN_SQR.prototype.set = function GEN_SQR() { + scicos_context.Amin = parseFloat((arguments[0]["scicos_context.Amin"])) + scicos_context.Amax = parseFloat((arguments[0]["scicos_context.Amax"])) + scicos_context.rule = parseFloat((arguments[0]["scicos_context.rule"])) + scicos_context.F = parseFloat((arguments[0]["scicos_context.F"])) y = this.needcompile; arg1.model.ipar = 1; typ = list(); |