Skip to content

Commit

Permalink
- fix tab
Browse files Browse the repository at this point in the history
git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@13559 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
Jens Frenkel committed Oct 22, 2012
1 parent f8d8971 commit 9ce555e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SimulationRuntime/c/simulation/solver/solver_main.c
Expand Up @@ -207,7 +207,7 @@ int solver_main(DATA* data, const char* init_initMethod,
if(checkForNewEvent(data, solverInfo.eventLst)){
handleStateEvent(data, solverInfo.eventLst, &(solverInfo.currentTime));
}else{
updateDiscreteSystem(data);
updateDiscreteSystem(data);
}
saveZeroCrossings(data);
storePreValues(data);
Expand Down

0 comments on commit 9ce555e

Please sign in to comment.