Skip to content

Commit

Permalink
Fix MSVC crap?
Browse files Browse the repository at this point in the history
git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@19172 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
sjoelund committed Feb 18, 2014
1 parent 9a0fc13 commit 81b3839
Showing 1 changed file with 2 additions and 2 deletions.
Expand Up @@ -519,9 +519,9 @@
*
* \author lochel
*/
int ipopt_initialization(INIT_DATA *initData, int useScaling)
int ipopt_initialization(DATA *data,INIT_DATA *initData, int useScaling)
{
throwStreamPrint("no ipopt support activated");
throwStreamPrint(data->threadData,"no ipopt support activated");
return 0;
}
#endif

0 comments on commit 81b3839

Please sign in to comment.