summaryrefslogtreecommitdiff
path: root/js/Sources/Ground_g.js
diff options
context:
space:
mode:
authorSunil Shetye2018-06-25 12:08:56 +0530
committerSunil Shetye2018-06-25 12:45:27 +0530
commit7c70459c10aed0d74ee03896abaf47fefdbf7c8f (patch)
tree6f6acc6a5087295c6e59f0f94bfda5025049d5fa /js/Sources/Ground_g.js
parent870479a2e4b932426a904b2ebae7e4ee72037326 (diff)
downloadsci2js-7c70459c10aed0d74ee03896abaf47fefdbf7c8f.tar.gz
sci2js-7c70459c10aed0d74ee03896abaf47fefdbf7c8f.tar.bz2
sci2js-7c70459c10aed0d74ee03896abaf47fefdbf7c8f.zip
separate out code for getvalue
Diffstat (limited to 'js/Sources/Ground_g.js')
-rw-r--r--js/Sources/Ground_g.js32
1 files changed, 16 insertions, 16 deletions
diff --git a/js/Sources/Ground_g.js b/js/Sources/Ground_g.js
index 680db464..2a20d38d 100644
--- a/js/Sources/Ground_g.js
+++ b/js/Sources/Ground_g.js
@@ -1,27 +1,27 @@
/* autogenerated from "macros/Sources/Ground_g.sci" */
function Ground_g() {
Ground_g.prototype.define = function Ground_g() {
-C=[0];
-model=scicos_model();
-model.sim=list("cstblk4_m",4);
-model.in1=[];
-model.out=1;
-model.in2=[];
-model.out2=1;
-model.outtyp=-1;
-model.rpar=[];
-model.opar=list(C);
-model.blocktype="d";
-model.dep_ut=[false,false];
-exprs=[];
-gr_i=[];
-x=standard_define([2,2],model,exprs,gr_i);
+ C = [0];
+ model = scicos_model();
+ model.sim = list("cstblk4_m",4);
+ model.in1 = [];
+ model.out = 1;
+ model.in2 = [];
+ model.out2 = 1;
+ model.outtyp = -1;
+ model.rpar = [];
+ model.opar = list(C);
+ model.blocktype = "d";
+ model.dep_ut = [false,false];
+ exprs = [];
+ gr_i = [];
+ x = standard_define([2,2],model,exprs,gr_i);
}
Ground_g.prototype.details = function Ground_g() {
}
Ground_g.prototype.get = function Ground_g() {
}
Ground_g.prototype.set = function Ground_g() {
-x=arg1;
+ x = arg1;
}
}