summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChhavi2016-07-04 08:33:42 +0000
committerChhavi2016-07-04 08:33:42 +0000
commit0c5547fb772d0cc0a6f5d520da7c05318b09aca3 (patch)
tree2331080054e265e1eeb4c071ad44377fe02c791b
parentf527b8ca2534e20c7821f12d6fd049911621d235 (diff)
downloadxcos-on-web-0c5547fb772d0cc0a6f5d520da7c05318b09aca3.tar.gz
xcos-on-web-0c5547fb772d0cc0a6f5d520da7c05318b09aca3.tar.bz2
xcos-on-web-0c5547fb772d0cc0a6f5d520da7c05318b09aca3.zip
CLKINV_f
-rw-r--r--data_structures_correct/CLKINV_f.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/data_structures_correct/CLKINV_f.js b/data_structures_correct/CLKINV_f.js
index 92570a8..70c142f 100644
--- a/data_structures_correct/CLKINV_f.js
+++ b/data_structures_correct/CLKINV_f.js
@@ -27,11 +27,13 @@ function CLKINV_f() {
model.blocktype = new ScilabString(["d"]);
model.firing = new ScilabDouble([-1]);
model.dep_ut = new ScilabBoolean([false, false]);
+ model.outtyp = new ScilabDouble();
var exprs = new ScilabString([this.prt]);
var gr_i = new ScilabString(["xstringb(orig(1),orig(2),\"CLKINV_f\",sz(1),sz(2));"]);
var block = new standard_define(new ScilabDouble([1, 1]), model, exprs, gr_i);
+ block.graphics.style = new ScilabString(["CLKINV_f"]);
return block;
}
CLKINV_f.prototype.details = function CLKINV_f() {