summaryrefslogtreecommitdiff
path: root/js/IntegerOp/EXTRACTBITS.js
diff options
context:
space:
mode:
Diffstat (limited to 'js/IntegerOp/EXTRACTBITS.js')
-rw-r--r--js/IntegerOp/EXTRACTBITS.js16
1 files changed, 8 insertions, 8 deletions
diff --git a/js/IntegerOp/EXTRACTBITS.js b/js/IntegerOp/EXTRACTBITS.js
index e465eb83..f9608a18 100644
--- a/js/IntegerOp/EXTRACTBITS.js
+++ b/js/IntegerOp/EXTRACTBITS.js
@@ -1,6 +1,6 @@
/* autogenerated from "macros/IntegerOp/EXTRACTBITS.sci" */
function EXTRACTBITS() {
-EXTRACTBITS.prototype.define = function EXTRACTBITS() {
+ EXTRACTBITS.prototype.define = function EXTRACTBITS() {
numb=[];
model=scicos_model();
model.sim=list("extract_bit_32_UH0",4);
@@ -16,12 +16,12 @@ model.dep_ut=[true,false];
exprs=[[sci2exp(3)],[sci2exp(1)],[sci2exp(0)],[sci2exp(0)]];
gr_i=[];
x=standard_define([4,2],model,exprs,gr_i);
-}
-EXTRACTBITS.prototype.details = function EXTRACTBITS() {
-}
-EXTRACTBITS.prototype.get = function EXTRACTBITS() {
-}
-EXTRACTBITS.prototype.set = function EXTRACTBITS() {
+ }
+ EXTRACTBITS.prototype.details = function EXTRACTBITS() {
+ }
+ EXTRACTBITS.prototype.get = function EXTRACTBITS() {
+ }
+ EXTRACTBITS.prototype.set = function EXTRACTBITS() {
x=arg1;
graphics=arg1.graphics;
exprs=graphics.exprs;
@@ -225,5 +225,5 @@ x.model=model;
break;
}
}
-}
+ }
}