Skip to content

Commit

Permalink
-some changes for vxworks
Browse files Browse the repository at this point in the history
  • Loading branch information
RuedKamp committed Jul 9, 2015
1 parent 1df8f02 commit ffbbe2c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Compiler/Template/CodegenCpp.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -1744,8 +1744,8 @@ extern "C" int initSimulation(ISimController* &controller, ISimData* &data, dou
// Declare Output
<%defineOutputVars(simCode)%>

// Set simulation Settings: mainly stepsize important
SimSettings settings = {"RTEuler","","Kinsol", 0.0, 100.0, cycletime, 0.0025, 10.0, 0.0001, "<%lastIdentOfPath(modelInfo.name)%>",EMPTY, 100,EMPTY2, OFF};
LogSettings logsetting;
SimSettings settings = {"RTEuler","","Kinsol", 0.0, 100.0, cycletime, 0.0025, 10.0, 0.0001, "<%lastIdentOfPath(modelInfo.name)%>",OF_EMPTY, 100,OPT_EMPTY, logsetting};
// Solver, nonlinearsolver starttime endtime stepsize lower limit upper limit tolerance
try
{
Expand Down

0 comments on commit ffbbe2c

Please sign in to comment.