summaryrefslogtreecommitdiff
path: root/js/Misc/generic_block2.js
diff options
context:
space:
mode:
authorSunil Shetye2018-08-27 16:37:59 +0530
committerSunil Shetye2018-08-27 16:43:40 +0530
commit17a1beeeae647a6fbd0904a5d794ce7754df7eb2 (patch)
tree00fa7aa4da4ae6b663e4c294380b93c1b92af3eb /js/Misc/generic_block2.js
parent8e6c876e5582928ab6909cf0f3529a97f622520d (diff)
downloadsci2js-17a1beeeae647a6fbd0904a5d794ce7754df7eb2.tar.gz
sci2js-17a1beeeae647a6fbd0904a5d794ce7754df7eb2.tar.bz2
sci2js-17a1beeeae647a6fbd0904a5d794ce7754df7eb2.zip
set the initial value of exprs
Diffstat (limited to 'js/Misc/generic_block2.js')
-rw-r--r--js/Misc/generic_block2.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/js/Misc/generic_block2.js b/js/Misc/generic_block2.js
index 1f79af44..1980938a 100644
--- a/js/Misc/generic_block2.js
+++ b/js/Misc/generic_block2.js
@@ -66,6 +66,7 @@ function generic_block2() {
this.auto0 = arguments[0]["auto0"];
this.depu = parseBoolean(arguments[0]["depu"]);
this.dept = parseBoolean(arguments[0]["dept"]);
+ var lab = [arguments[0]["function_name"], arguments[0]["funtyp"], arguments[0]["i"], arguments[0]["o"], arguments[0]["ci"], arguments[0]["co"], arguments[0]["xx"], arguments[0]["z"], arguments[0]["rpar"], arguments[0]["ipar"], arguments[0]["nmode"], arguments[0]["nzcr"], arguments[0]["auto0"], arguments[0]["depu"], arguments[0]["dept"]];
if (!ok) {
break;
}