From 9049cfaecbc826f17751f9f86278066beee0db41 Mon Sep 17 00:00:00 2001 From: ASP1234 Date: Tue, 21 Jun 2016 19:59:59 +0000 Subject: Minor Fix in EVTDLY_c --- data_structures_correct/ANDLOG_f.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'data_structures_correct/ANDLOG_f.js') diff --git a/data_structures_correct/ANDLOG_f.js b/data_structures_correct/ANDLOG_f.js index 674a653..0fe3b2f 100644 --- a/data_structures_correct/ANDLOG_f.js +++ b/data_structures_correct/ANDLOG_f.js @@ -1,6 +1,6 @@ function ANDLOG_f() { - ANDLOG_f.prototype.internal = function() { + ANDLOG_f.prototype.internal = function ANDLOG_f() { var model = scicos_model(); model.sim = new ScilabString(["andlog"]); model.out = new ScilabDouble([1]); -- cgit