summaryrefslogtreecommitdiff
path: root/data_structures_correct/ANDLOG_f.js
diff options
context:
space:
mode:
authorASP12342016-06-21 19:59:59 +0000
committerASP12342016-06-21 19:59:59 +0000
commit9049cfaecbc826f17751f9f86278066beee0db41 (patch)
tree261fb2fe5f8f3ba6b5e701feadbd176be73d5da2 /data_structures_correct/ANDLOG_f.js
parent37b75115baf7927bdaa138c38426e89559bf4b8a (diff)
downloadxcos-on-web-9049cfaecbc826f17751f9f86278066beee0db41.tar.gz
xcos-on-web-9049cfaecbc826f17751f9f86278066beee0db41.tar.bz2
xcos-on-web-9049cfaecbc826f17751f9f86278066beee0db41.zip
Minor Fix in EVTDLY_c
Diffstat (limited to 'data_structures_correct/ANDLOG_f.js')
-rw-r--r--data_structures_correct/ANDLOG_f.js2
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]);