diff options
Diffstat (limited to 'data_structures_correct/ANDLOG_f.js')
-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 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]); |