From bb67fcceece1f3f093d07987f8d950fbe0a2848e Mon Sep 17 00:00:00 2001 From: Adhitya Kamakshidasan Date: Mon, 11 Jul 2016 22:12:46 +0530 Subject: Update ANDLOG_f.js --- data_structures_correct/ANDLOG_f.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'data_structures_correct') 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]); -- cgit