File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -5750,14 +5750,14 @@ algorithm
5750
5750
res = stringAppend(name, " .data");
5751
5751
then
5752
5752
res;
5753
- // case arg /* INPUT/OUTPUT STRING */
5754
- // equation
5755
- // DAE.EXTARG(componentRef = cref,attributes = attr,type_ = ty) = arg;
5756
- // true = Types.isString(ty);
5757
- // (name ,_) = compRefCstr(cref);
5758
- // res = stringAppend(name, " .data ");
5759
- // then
5760
- // res;
5753
+ case arg /* INPUT/OUTPUT STRING */
5754
+ equation
5755
+ DAE.EXTARG(componentRef = cref,attributes = attr,type_ = ty) = arg;
5756
+ true = Types.isString(ty);
5757
+ (res ,_) = compRefCstr(cref);
5758
+ print(" \n true = Types.isString(ty); \n ");
5759
+ then
5760
+ res;
5761
5761
case arg /* INPUT/OUTPUT NON-ARRAY */
5762
5762
equation
5763
5763
DAE.EXTARG(componentRef = cref,attributes = attr,type_ = ty) = arg;
You can’t perform that action at this time.
0 commit comments