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
57505750 res = stringAppend(name, " .data");
57515751 then
57525752 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;
57615761 case arg /* INPUT/OUTPUT NON-ARRAY */
57625762 equation
57635763 DAE.EXTARG(componentRef = cref,attributes = attr,type_ = ty) = arg;
You can’t perform that action at this time.
0 commit comments