diff options
author | Adhitya Kamakshidasan | 2016-07-11 22:12:46 +0530 |
---|---|---|
committer | GitHub | 2016-07-11 22:12:46 +0530 |
commit | bb67fcceece1f3f093d07987f8d950fbe0a2848e (patch) | |
tree | d4f4cc13eea13a4f9cfb61b3297ab369e085bdd7 /data_structures_correct | |
parent | 73e59c5466c8b4bd216044b2c9b509fec8bffd0d (diff) | |
download | xcos-on-web-bb67fcceece1f3f093d07987f8d950fbe0a2848e.tar.gz xcos-on-web-bb67fcceece1f3f093d07987f8d950fbe0a2848e.tar.bz2 xcos-on-web-bb67fcceece1f3f093d07987f8d950fbe0a2848e.zip |
Update ANDLOG_f.js
Diffstat (limited to 'data_structures_correct')
-rw-r--r-- | data_structures_correct/ANDLOG_f.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/data_structures_correct/ANDLOG_f.js b/data_structures_correct/ANDLOG_f.js index 0fe3b2f..a1b0c67 100644 --- a/data_structures_correct/ANDLOG_f.js +++ b/data_structures_correct/ANDLOG_f.js @@ -22,7 +22,7 @@ function ANDLOG_f() { return block; } - ANDLOG_f.prototype.define = function ANDLOG() { + ANDLOG_f.prototype.define = function ANDLOG_f() { var model = scicos_model(); model.sim = new ScilabString(["andlog"]); model.out = new ScilabDouble([1]); |