Skip to content

Commit 91906e7

Browse files
committed
fix quotes
1 parent 5e2e086 commit 91906e7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Compiler/Template/CodegenFMUCommon.tpl

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -321,7 +321,7 @@ case SIMCODE(modelInfo = MODELINFO(__)) then
321321
case SUBPARTITION(subClock=SUBCLOCK(factor=RATIONAL(nom=fnom, denom=fres), shift=RATIONAL(nom=snom, denom=sres))) then
322322
<<
323323
<Clock><Periodic
324-
baseInterval=<%bi%>
324+
baseInterval="<%bi%>"
325325
<%if intGt(fnom, 1) then 'subSampleFactor="'+fnom+'"'%>
326326
<%if intGt(snom, 0) then 'shiftCounter="'+snom+'"'%>
327327
/></Clock>
@@ -333,8 +333,8 @@ case SIMCODE(modelInfo = MODELINFO(__)) then
333333
case SUBPARTITION(subClock=SUBCLOCK(factor=RATIONAL(nom=fnom, denom=fres), shift=RATIONAL(nom=snom, denom=sres))) then
334334
<<
335335
<Clock><Periodic
336-
intervalCounter=<%bic%>
337-
resolution=<%res%>
336+
intervalCounter="<%bic%>"
337+
resolution="<%res%>"
338338
<%if intGt(fnom, 1) then 'subSampleFactor="'+fnom+'"'%>
339339
<%if intGt(snom, 0) then 'shiftCounter="'+snom+'"'%>
340340
/></Clock>

0 commit comments

Comments
 (0)