Skip to content

Commit

Permalink
- rm num_diff_symColoredObject
Browse files Browse the repository at this point in the history
git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@19831 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
Vitalij Ruge committed Mar 27, 2014
1 parent ae68302 commit b1c5d8e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions SimulationRuntime/c/optimization/goal/evalF.c
Expand Up @@ -200,8 +200,6 @@ int diff_symColoredObject(IPOPT_DATA_ *iData, double *dF, int this_it)
{
if(iData->useNumJac==0)
sym_diff_symColoredObject(iData,dF,this_it);
else
num_diff_symColoredObject(iData,dF,this_it);
return 0;

}
Expand Down

0 comments on commit b1c5d8e

Please sign in to comment.