summaryrefslogtreecommitdiff
path: root/js/IntegerOp/SHIFT.js
diff options
context:
space:
mode:
Diffstat (limited to 'js/IntegerOp/SHIFT.js')
-rw-r--r--js/IntegerOp/SHIFT.js6
1 files changed, 3 insertions, 3 deletions
diff --git a/js/IntegerOp/SHIFT.js b/js/IntegerOp/SHIFT.js
index 6312368d..fa5fae76 100644
--- a/js/IntegerOp/SHIFT.js
+++ b/js/IntegerOp/SHIFT.js
@@ -32,9 +32,9 @@ function SHIFT() {
return options;
}
SHIFT.prototype.set = function SHIFT() {
- this.Datatype = parseFloat((arguments[0]["Datatype"]))
- this.nb = parseFloat((arguments[0]["nb"]))
- this.np = parseFloat((arguments[0]["np"]))
+ this.Datatype = arguments[0]["Datatype"]
+ this.nb = arguments[0]["nb"]
+ this.np = arguments[0]["np"]
this.x = arg1;
graphics = arg1.graphics;
model = arg1.model;