diff options
author | ASP1234 | 2016-06-21 19:59:59 +0000 |
---|---|---|
committer | ASP1234 | 2016-06-21 19:59:59 +0000 |
commit | 9049cfaecbc826f17751f9f86278066beee0db41 (patch) | |
tree | 261fb2fe5f8f3ba6b5e701feadbd176be73d5da2 /data_structures_correct/IFTHEL_f.js | |
parent | 37b75115baf7927bdaa138c38426e89559bf4b8a (diff) | |
download | xcos-on-web-9049cfaecbc826f17751f9f86278066beee0db41.tar.gz xcos-on-web-9049cfaecbc826f17751f9f86278066beee0db41.tar.bz2 xcos-on-web-9049cfaecbc826f17751f9f86278066beee0db41.zip |
Minor Fix in EVTDLY_c
Diffstat (limited to 'data_structures_correct/IFTHEL_f.js')
-rw-r--r-- | data_structures_correct/IFTHEL_f.js | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/data_structures_correct/IFTHEL_f.js b/data_structures_correct/IFTHEL_f.js index ff1a229..ebe8c6e 100644 --- a/data_structures_correct/IFTHEL_f.js +++ b/data_structures_correct/IFTHEL_f.js @@ -1,6 +1,6 @@ function IFTHEL_f() { - IFTHEL_f.prototype.internal = function() { + IFTHEL_f.prototype.internal = function IFTHEL_f() { var model = scicos_model(); model.sim = list(new ScilabString(["ifthel"]), new ScilabDouble([-1])); model.in = new ScilabDouble([1]); @@ -27,7 +27,7 @@ function IFTHEL_f() { return block; } - IFTHEL_f.prototype.define = function IFTHEL_F() { + IFTHEL_f.prototype.define = function IFTHEL_f() { var model = scicos_model(); model.sim = list(new ScilabString(["ifthel"]), new ScilabDouble([-1])); model.in = new ScilabDouble([1]); @@ -54,7 +54,7 @@ function IFTHEL_f() { return new BasicBlock(this.x); } - IFTHEL_f.prototype.details = function IFTHEL_F() { + IFTHEL_f.prototype.details = function IFTHEL_f() { return this.x; } } |