Skip to content

Commit

Permalink
- fixed #2990
Browse files Browse the repository at this point in the history
git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23423 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
lochel committed Nov 18, 2014
1 parent 4490009 commit 535538b
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -1014,6 +1014,7 @@ int initialization(DATA *data, const char* pInitMethod, const char* pOptiMethod,
{
data->callback->updateBoundParameters(data);
data->callback->updateBoundVariableAttributes(data);
setAllVarsToStart(data);
}

/* update static data of linear/non-linear system solvers */
Expand Down

0 comments on commit 535538b

Please sign in to comment.