Skip to content

Commit

Permalink
- Fixed simcodedump.xml. Remove the extra quote.
Browse files Browse the repository at this point in the history
- Added the candidate tag in the parser.


git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@18590 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
adeas31 committed Jan 8, 2014
1 parent 9caf8be commit d31849a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Compiler/Template/SimCodeDump.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -382,7 +382,7 @@ template dumpOperation(SymbolicOperation op, Info info)
<<
<dummyderivative>
<chosen><%crefStrNoUnderscore(op.chosen)%></chosen>
<%op.candidates |> cr => '<candidate><%crefStrNoUnderscore(cr)%></candidate>' ; separator = "\n"%>'
<%op.candidates |> cr => '<candidate><%crefStrNoUnderscore(cr)%></candidate>' ; separator = "\n"%>
</dummyderivative>
>>
else Tpl.addSourceTemplateError("Unknown operation",info)
Expand Down

0 comments on commit d31849a

Please sign in to comment.