From 3d43838f4a957e6d2143a348da73a12ae77dfc78 Mon Sep 17 00:00:00 2001 From: Sunil Shetye Date: Tue, 10 Jul 2018 12:46:44 +0530 Subject: add parser.out --- js/Sources/FROMWSB.js | 2 +- js/Sources/FROMWSB.pickle | 6 ++---- 2 files changed, 3 insertions(+), 5 deletions(-) (limited to 'js/Sources') diff --git a/js/Sources/FROMWSB.js b/js/Sources/FROMWSB.js index e12c0852..5f9c8d2d 100644 --- a/js/Sources/FROMWSB.js +++ b/js/Sources/FROMWSB.js @@ -40,7 +40,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)) { diff --git a/js/Sources/FROMWSB.pickle b/js/Sources/FROMWSB.pickle index d0a49f72..165976fe 100644 --- a/js/Sources/FROMWSB.pickle +++ b/js/Sources/FROMWSB.pickle @@ -8,10 +8,8 @@ aS'model' p3 aS'xxn' p4 -aS'isequalbitwise' -p5 -atp6 -Rp7 +atp5 +Rp6 .(dp0 S'ppath' p1 -- cgit