blob: e34387c400b5194b178544a97533fe96d3c04a89 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
function DEBUG () {
var model = scicos_model();
model.sim=list("%debug_scicos",99);
model.blocktype = new ScilabString(["d"]);
var exprs = list("","xcos_debug_gui(flag,block);");
var gr_i = [];
this.x=new standard_define(new ScilabDouble([8,2]),model,exprs,gr_i);
}
|