Skip to content

Commit

Permalink
- remove again inline solver vars from code generation because it gen…
Browse files Browse the repository at this point in the history
…erates duplicated names for Modelica.Mechanics.MultiBody.Examples.Constraints.ConstrainUniversalJoint +dynamicPivot (this is the new index reduction and will be aktivated as default soon)

git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@14550 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
Jens Frenkel committed Dec 27, 2012
1 parent 857e2dc commit 49e0f97
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions Compiler/Template/CodegenC.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -380,11 +380,6 @@ template variableDefinitions(ModelInfo modelInfo)
globalDataVarDefine(var, "realVars", numStateVars)
;separator="\n"%>

/* InlineSolver Vars */
<%vars.inlineVars |> var =>
globalDataVarDefine(var, "inlineVars", 0)
;separator="\n"%>

/* Algebraic Vars */
<%vars.algVars |> var =>
globalDataVarDefine(var, "realVars", intMul(2, numStateVars))
Expand Down

0 comments on commit 49e0f97

Please sign in to comment.