summaryrefslogtreecommitdiff
path: root/js/Sources/Ground_g.js
blob: 680db464febe73504d0a1829b20adc1b3c4fc3c5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
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);
    }
    Ground_g.prototype.details = function Ground_g() {
    }
    Ground_g.prototype.get = function Ground_g() {
    }
    Ground_g.prototype.set = function Ground_g() {
x=arg1;
    }
}