Skip to content

Commit

Permalink
- remove unneeded defines because of last revision
Browse files Browse the repository at this point in the history
git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@17097 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
lochel committed Sep 6, 2013
1 parent 342447a commit c82b885
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions SimulationRuntime/c/optimization/localFunction.h
Original file line number Diff line number Diff line change
Expand Up @@ -48,19 +48,6 @@ extern "C"

#ifdef WITH_IPOPT

#ifndef Bool
#define Bool char
#endif

#ifndef Number
#define Number double
#endif

#ifndef Index
#define Index int
#endif


Bool evalfF(Index n, double * x, Bool new_x, Number *objValue, void * useData);
Bool evalfDiffF(Index n, double * x, Bool new_x, Number *gradF, void * useData);
Bool goal_func_mayer(double* vn, double *obj_value, IPOPT_DATA_ *iData);
Expand Down

0 comments on commit c82b885

Please sign in to comment.