diff options
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]); |