Skip to content

Commit

Permalink
- fixed issue of r18708 (missing function definition).
Browse files Browse the repository at this point in the history
git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@18711 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
Willi Braun committed Jan 22, 2014
1 parent eb31a2e commit 1923024
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Compiler/Template/CodegenC.tpl
Expand Up @@ -447,7 +447,8 @@ template simulationFile_opt(SimCode simCode, String guid)
#include "<%fileNamePrefix%>_12jac.h"
<%if acceptOptimicaGrammar() then optimizationComponents(classAttributes, simCode) else
"int mayer(DATA* data, modelica_real* res){return -1;}
int lagrange(DATA* data, modelica_real* res){return -1;}"%>
int lagrange(DATA* data, modelica_real* res){return -1;}
int pathConstraints(DATA* data, modelica_real* res, int* N){return -1;}"%>

<%\n%>
>>
Expand Down

0 comments on commit 1923024

Please sign in to comment.