Skip to content

Commit

Permalink
- remove obsolete workaround
Browse files Browse the repository at this point in the history
git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@19259 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
lochel committed Feb 23, 2014
1 parent 6ef9838 commit 10522ee
Showing 1 changed file with 1 addition and 2 deletions.
Expand Up @@ -1087,12 +1087,11 @@ int initialization(DATA *data, const char* pInitMethod, const char* pOptiMethod,

/* TODO: remove following lines */
storePreValues(data); /* save pre-values */
overwriteOldSimulationData(data); /* if there are non-linear equations */
updateDiscreteSystem(data); /* evaluate discrete variables */
saveZeroCrossings(data);

data->callback->function_storeDelayed(data);
data->callback->function_updateRelations(data, 1);
saveZeroCrossings(data);

/* valid system for the first time! */
return retVal;
Expand Down

0 comments on commit 10522ee

Please sign in to comment.