summaryrefslogtreecommitdiff
path: root/data_structures/DLRADAPT_f.js
diff options
context:
space:
mode:
Diffstat (limited to 'data_structures/DLRADAPT_f.js')
-rw-r--r--data_structures/DLRADAPT_f.js3
1 files changed, 2 insertions, 1 deletions
diff --git a/data_structures/DLRADAPT_f.js b/data_structures/DLRADAPT_f.js
index 0b420b7..08e7047 100644
--- a/data_structures/DLRADAPT_f.js
+++ b/data_structures/DLRADAPT_f.js
@@ -15,7 +15,7 @@ function DLRADAPT_f () {
var model = scicos_model();
model.sim = new ScilabString(["dlradp"]);
- model.in = new ScilabDouble([1],[1]);
+ model.in1 = new ScilabDouble([1],[1]);
model.out = new ScilabDouble([1]);
model.evtin = new ScilabDouble([1]);
model.dstate = new ScilabDouble([last_u],[last_y]);
@@ -29,4 +29,5 @@ function DLRADAPT_f () {
var gr_i = [];
this.x=new standard_define(new ScilabDouble([2,2]),model,exprs,gr_i);
+ return new BasicBlock(this.x)
}