diff options
Diffstat (limited to 'history/data_structures/DEBUG.js')
-rw-r--r-- | history/data_structures/DEBUG.js | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/history/data_structures/DEBUG.js b/history/data_structures/DEBUG.js deleted file mode 100644 index 6d610ad..0000000 --- a/history/data_structures/DEBUG.js +++ /dev/null @@ -1,13 +0,0 @@ -function DEBUG () { - - - var model = scicos_model(); - model.sim=list(new ScilabString(["%debug_scicos"]),new ScilabDouble([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); - return new BasicBlock(this.x) -} |