diff options
Diffstat (limited to 'js/Misc/CBLOCK4.js')
-rw-r--r-- | js/Misc/CBLOCK4.js | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/js/Misc/CBLOCK4.js b/js/Misc/CBLOCK4.js index 6c74ffa9..1370002b 100644 --- a/js/Misc/CBLOCK4.js +++ b/js/Misc/CBLOCK4.js @@ -22,6 +22,26 @@ function CBLOCK4() { CBLOCK4.prototype.get = function CBLOCK4() { } CBLOCK4.prototype.set = function CBLOCK4() { + this.function_name = parseFloat((arguments[0]["function_name"])) + this.impli = parseFloat((arguments[0]["impli"])) + this.in1 = parseFloat((arguments[0]["in1"])) + this.it = parseFloat((arguments[0]["it"])) + this.out = parseFloat((arguments[0]["out"])) + this.ot = parseFloat((arguments[0]["ot"])) + 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.oz = parseFloat((arguments[0]["oz"])) + this.rpar = parseFloat((arguments[0]["rpar"])) + this.ipar = parseFloat((arguments[0]["ipar"])) + this.opar = parseFloat((arguments[0]["opar"])) + this.nmode = parseFloat((arguments[0]["nmode"])) + this.nzcr = parseFloat((arguments[0]["nzcr"])) + this.auto0 = parseFloat((arguments[0]["auto0"])) + this.depu = parseFloat((arguments[0]["depu"])) + this.dept = parseFloat((arguments[0]["dept"])) + this.lab = parseFloat((arguments[0]["lab"])) this.x = arg1; model = arg1.model; graphics = arg1.graphics; |