Skip to content

Commit

Permalink
[CodegenC] small fix
Browse files Browse the repository at this point in the history
  • Loading branch information
kabdelhak authored and adrpo committed Feb 25, 2020
1 parent abfb41d commit b567bd2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion OMCompiler/Compiler/Template/CodegenC.tpl
Expand Up @@ -5778,7 +5778,7 @@ template equationNonlinearAlternativeTearing(SimEqSystem eq, Context context, St
if (data->simulationInfo->nonlinearSystemData[<%at.indexNonLinearSystem%>].checkConstraints(data, threadData) == 1)
{
/* get old value */
<%nls.crefs |> name hasindex i0 =>
<%at.crefs |> name hasindex i0 =>
let &preExp = buffer ""
let &varDecls = buffer ""
let &auxFunction = buffer ""
Expand Down

0 comments on commit b567bd2

Please sign in to comment.