Skip to content

Commit

Permalink
fix for typo in define alias string variable in cpp Template/CodegenC…
Browse files Browse the repository at this point in the history
…pp.tpl
  • Loading branch information
niklwors authored and OpenModelica-Hudson committed Nov 12, 2015
1 parent 50deea6 commit 33012b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Compiler/Template/CodegenCpp.tpl
Expand Up @@ -8087,7 +8087,7 @@ template memberVariableInitialize(ModelInfo modelInfo, HashTableCrIListArray.Has
//AliasStringVars
<%List.partition(vars.stringAliasVars, 100) |> varPartition hasindex i0 =>
memberVariableInitializeWithSplit(varPartition, i0, "defineAliasStringVars", classname, varToArrayIndexMapping, indexForUndefinedReferencesString, useFlatArrayNotation, createDebugCode, "String",
additionalAliasBoolVarFunctionCalls,additionalConstructorVariables,additionalFunctionDefinitions) ;separator="\n"%>
additionalAliasStringVarFunctionCalls,additionalConstructorVariables,additionalFunctionDefinitions) ;separator="\n"%>
void <%classname%>::defineAliasStringVars()
{
<%additionalAliasStringVarFunctionCalls%>
Expand Down

0 comments on commit 33012b0

Please sign in to comment.