summaryrefslogtreecommitdiff
path: root/combined.js
diff options
context:
space:
mode:
Diffstat (limited to 'combined.js')
-rw-r--r--combined.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/combined.js b/combined.js
index 4432b1ce..8e7c45b3 100644
--- a/combined.js
+++ b/combined.js
@@ -12683,7 +12683,7 @@ function ENDBLK() {
}
xx = arg1[spath-1];
execstr("xxn="+xx.gui+"(\'set\',xx)");
- if (!this.isequalbitwise[this.xxn-1][xx-1]) {
+ if (!isequalbitwise(this.xxn,xx)) {
this.model = xx.model;
model_n = this.xxn.model;
if (!is_modelica_block(xx)) {
@@ -19165,7 +19165,7 @@ function FROMWSB() {
}
xx = arg1[spath-1];
execstr("xxn="+xx.gui+"(\'set\',xx)");
- if (!this.isequalbitwise[this.xxn-1][xx-1]) {
+ if (!isequalbitwise(this.xxn,xx)) {
this.model = xx.model;
model_n = this.xxn.model;
if (!is_modelica_block(xx)) {