diff options
Diffstat (limited to 'js/Misc/scifunc_block_m.js')
-rw-r--r-- | js/Misc/scifunc_block_m.js | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/js/Misc/scifunc_block_m.js b/js/Misc/scifunc_block_m.js index d9f4e335..b96f422c 100644 --- a/js/Misc/scifunc_block_m.js +++ b/js/Misc/scifunc_block_m.js @@ -40,6 +40,16 @@ function scifunc_block_m() { scifunc_block_m.prototype.get = function scifunc_block_m() { } scifunc_block_m.prototype.set = function scifunc_block_m() { + this.i = parseFloat((arguments[0]["i"])) + this.o = parseFloat((arguments[0]["o"])) + this.ci = parseFloat((arguments[0]["ci"])) + this.co = parseFloat((arguments[0]["co"])) + this.xx = parseFloat((arguments[0]["xx"])) + this.z = parseFloat((arguments[0]["z"])) + this.rpar = parseFloat((arguments[0]["rpar"])) + this.auto0 = parseFloat((arguments[0]["auto0"])) + this.deptime = parseFloat((arguments[0]["deptime"])) + this.lab = parseFloat((arguments[0]["lab"])) needcompile = 0; this.x = arg1; model = arg1.model; |