Skip to content

Commit

Permalink
- fixed constraints
Browse files Browse the repository at this point in the history
git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@18823 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
Vitalij Ruge committed Jan 28, 2014
1 parent 3a339ce commit 31bf767
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -160,7 +160,7 @@ int allocateIpoptData(IPOPT_DATA_ *iData)

nng = ng-iData->nc;
if((int)iData->nc > (int)0){
for(i = iData->nx; i<nng; i+=nJ)
for(i = iData->nx; i<ng; i+=nJ)
for(j=0;j<(int)iData->nc;++j)
{
iData->gmin[i+j] = -1e21;
Expand Down

0 comments on commit 31bf767

Please sign in to comment.