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@20791 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
OpenModelica-Hudson committed May 23, 2014
1 parent 14e5c61 commit 203014c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion SimulationRuntime/c/simulation/solver/dassl.c
Expand Up @@ -503,7 +503,7 @@ int functionODE_residual(double *t, double *y, double *yd, double* cj, double *d
long i;
int saveJumpState;
int success = 0;

TRACE_PUSH

timeBackup = data->localData[0]->timeValue;
Expand Down
4 changes: 2 additions & 2 deletions SimulationRuntime/c/simulation/solver/solver_main.c
Expand Up @@ -410,7 +410,7 @@ int finishSimulation(DATA* data, SOLVER_INFO* solverInfo, const char* outputVari
int ui;

SIMULATION_INFO *simInfo = &(data->simulationInfo);

TRACE_PUSH

/* Last step with terminal()=true */
Expand Down Expand Up @@ -500,7 +500,7 @@ int finishSimulation(DATA* data, SOLVER_INFO* solverInfo, const char* outputVari

rt_tick(SIM_TIMER_TOTAL);
}

TRACE_POP
return retValue;
}
Expand Down

0 comments on commit 203014c

Please sign in to comment.