Skip to content

Commit

Permalink
[Janitor mode] Fix whitespace
Browse files Browse the repository at this point in the history
git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@24336 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
OpenModelica-Hudson committed Jan 30, 2015
1 parent c376912 commit 6013e6f
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions Compiler/Template/CodegenCpp.tpl
Expand Up @@ -4351,16 +4351,16 @@ case SIMCODE(modelInfo = MODELINFO(__)) then
//init alg loop vars
<%initAlgloopvars%>

#if defined(__TRICORE__) || defined(__vxworks)
//init inputs
stepStarted(0.0);
#endif
#if defined(__TRICORE__) || defined(__vxworks)
//init inputs
stepStarted(0.0);
#endif
//init equations
initEquations();

//init alg loop solvers
<%initAlgloopSolvers%>

for(int i=0;i<_dimZeroFunc;i++)
{
getCondition(i);
Expand Down

0 comments on commit 6013e6f

Please sign in to comment.