Skip to content

Commit

Permalink
Fixed bug in C# template - FunDAE - mexed_equation_system. Redundant …
Browse files Browse the repository at this point in the history
…"," causing nonbuildable generated code.

git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@12324 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
Jan Silar committed Jul 13, 2012
1 parent 8c27a19 commit b8e5f01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Compiler/Template/CodegenCSharp.tpl
Expand Up @@ -1039,7 +1039,7 @@ case SES_MIXED(__) then
<%
discVars |> SIMVAR(__) hasindex i0 =>
'double discrete_loc_<%i0%> = <%crefToReal(name, simCode)%>;'
;separator=",\n"
;separator="\n"
/*match discVars
case { var as SIMVAR(__) } then
Expand Down

0 comments on commit b8e5f01

Please sign in to comment.