diff options
author | Adhitya Kamakshidasan | 2016-07-28 21:53:13 +0530 |
---|---|---|
committer | Adhitya Kamakshidasan | 2016-07-28 21:53:13 +0530 |
commit | 572f2fef124c7e62afb917ef9c596a22724da077 (patch) | |
tree | 6d2be425cc2c89975e3c7f96393c1a55cf305a6a /history/data_structures/AFFICH_m.js | |
parent | 1f98bf44777c0669ddb780a9875578593048c5a8 (diff) | |
download | xcos-on-web-572f2fef124c7e62afb917ef9c596a22724da077.tar.gz xcos-on-web-572f2fef124c7e62afb917ef9c596a22724da077.tar.bz2 xcos-on-web-572f2fef124c7e62afb917ef9c596a22724da077.zip |
Support for Maven added
Diffstat (limited to 'history/data_structures/AFFICH_m.js')
-rw-r--r-- | history/data_structures/AFFICH_m.js | 33 |
1 files changed, 0 insertions, 33 deletions
diff --git a/history/data_structures/AFFICH_m.js b/history/data_structures/AFFICH_m.js deleted file mode 100644 index ff0b180..0000000 --- a/history/data_structures/AFFICH_m.js +++ /dev/null @@ -1,33 +0,0 @@ -function AFFICH_m () { - - - var font = 1; - - var fontsize = 1; - - var colr = 1; - - var nt = 5; - - var nd = 1; - - var in1 = [1,1]; - - var model = scicos_model(); - model.sim=list(new ScilabString(["affich2"]),new ScilabDouble([4])); - model.in1.push(in1(1,1)); - model.in2.push(in1(1,2)); - model.evtin = new ScilabDouble([1]); - model.dstate = new ScilabDouble([-1],[0],[0],[1],[1],[0],[zeros(in1(1,1)*in1(1,2),1)]); - model.ipar = new ScilabDouble([font],[fontsize],[colr],[1000],[nt],[nd],[in1(1,1)]); - model.blocktype = new ScilabString(["c"]); - model.firing = new ScilabDouble(); - model.dep_ut = new ScilabBoolean([true,false]); - model.label = new ScilabString([""]); - - var exprs = [[,sci2exp([model.in1,model.in2])],[string(font)],[string(fontsize)],[string(colr)],[string(nt)],[string(nd)],[string(0),]]; - - var gr_i = []; - this.x=new standard_define(new ScilabDouble([3,2]),model,exprs,gr_i); - return new AfficheBlock(this.x) -} |