summaryrefslogtreecommitdiff
path: root/js/Sources/CONST_f.js
diff options
context:
space:
mode:
Diffstat (limited to 'js/Sources/CONST_f.js')
-rw-r--r--js/Sources/CONST_f.js30
1 files changed, 15 insertions, 15 deletions
diff --git a/js/Sources/CONST_f.js b/js/Sources/CONST_f.js
index 2fe2b632..bba535ca 100644
--- a/js/Sources/CONST_f.js
+++ b/js/Sources/CONST_f.js
@@ -1,5 +1,20 @@
/* autogenerated from "macros/Sources/CONST_f.sci" */
function CONST_f() {
+CONST_f.prototype.define = function CONST_f() {
+C=1;
+model=scicos_model();
+model.sim=list("cstblk",1);
+model.in1=[];
+model.out=1;
+model.rpar=C;
+model.blocktype="d";
+model.dep_ut=[false,false];
+exprs=strcat(sci2exp(C));
+gr_i=[];
+x=standard_define([2,2],model,exprs,gr_i);
+}
+CONST_f.prototype.details = function CONST_f() {
+}
CONST_f.prototype.get = function CONST_f() {
}
CONST_f.prototype.set = function CONST_f() {
@@ -25,19 +40,4 @@ break
}
}
}
-CONST_f.prototype.define = function CONST_f() {
-C=1;
-model=scicos_model();
-model.sim=list("cstblk",1);
-model.in1=[];
-model.out=1;
-model.rpar=C;
-model.blocktype="d";
-model.dep_ut=[false,false];
-exprs=strcat(sci2exp(C));
-gr_i=[];
-x=standard_define([2,2],model,exprs,gr_i);
-}
-CONST_f.prototype.details = function CONST_f() {
-}
}