diff options
Diffstat (limited to 'js/IntegerOp/SHIFT.js')
-rw-r--r-- | js/IntegerOp/SHIFT.js | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/js/IntegerOp/SHIFT.js b/js/IntegerOp/SHIFT.js index 4534e25c..1006fe5f 100644 --- a/js/IntegerOp/SHIFT.js +++ b/js/IntegerOp/SHIFT.js @@ -26,6 +26,9 @@ function SHIFT() { SHIFT.prototype.get = function SHIFT() { } SHIFT.prototype.set = function SHIFT() { + this.Datatype = parseFloat((arguments[0]["Datatype"])) + this.nb = parseFloat((arguments[0]["nb"])) + this.np = parseFloat((arguments[0]["np"])) this.x = arg1; graphics = arg1.graphics; model = arg1.model; |