summaryrefslogtreecommitdiff
path: root/data_structures/STEP_FUNCTION.js
diff options
context:
space:
mode:
Diffstat (limited to 'data_structures/STEP_FUNCTION.js')
-rw-r--r--data_structures/STEP_FUNCTION.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/data_structures/STEP_FUNCTION.js b/data_structures/STEP_FUNCTION.js
index 921a0b8..483a4c2 100644
--- a/data_structures/STEP_FUNCTION.js
+++ b/data_structures/STEP_FUNCTION.js
@@ -53,4 +53,5 @@ function STEP_FUNCTION () {
var gr_i = [];
this.x=new standard_define(new ScilabDouble([2,2]),model,[],gr_i);
+ return new BasicBlock(this.x)
}