Skip to content

Commit

Permalink
fix ticket:3980
Browse files Browse the repository at this point in the history
  • Loading branch information
adrpo authored and OpenModelica-Hudson committed Jun 30, 2016
1 parent 3e83c18 commit 5725c2b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Compiler/Template/CodegenXML.tpl
Expand Up @@ -1283,7 +1283,7 @@ case EXTERNAL_FUNCTION(__) then
<<
<fun:Assign>
<%returnAssign%>
<exp:Expression>
<fun:Expression>
<exp:FunctionCall>
<exp:Name>
<exp:QualifiedNamePart name="<%extName%>" />
Expand All @@ -1292,7 +1292,7 @@ case EXTERNAL_FUNCTION(__) then
<%args%>
</exp:Arguments>
</exp:FunctionCall>
</exp:Expression>
</fun:Expression>
</fun:Assign>
>>
end extFunCallCXml;
Expand All @@ -1310,7 +1310,7 @@ case EXTERNAL_FUNCTION(__) then
<<
<fun:Assign>
<%returnAssign%>
<exp:Expression>
<fun:Expression>
<exp:FunctionCall>
<exp:Name>
<exp:QualifiedNamePart name="<%extName%>" />
Expand All @@ -1319,7 +1319,7 @@ case EXTERNAL_FUNCTION(__) then
<%args%>
</exp:Arguments>
</exp:FunctionCall>
</exp:Expression>
</fun:Expression>
</fun:Assign>
>>
end extFunCallF77Xml;
Expand Down

0 comments on commit 5725c2b

Please sign in to comment.