Skip to content

Commit

Permalink
-changes for vxworks
Browse files Browse the repository at this point in the history
  • Loading branch information
RuedKamp committed Jul 13, 2015
1 parent 1ef03bc commit 5838895
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Compiler/Template/CodegenCpp.tpl
Expand Up @@ -1747,7 +1747,7 @@ extern "C" int initSimulation(ISimController* &controller, ISimData* &data, dou
<%defineOutputVars(simCode)%>

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};
SimSettings settings = {"RTRK","","Kinsol", 0.0, 100.0, cycletime, 0.0025, 10.0, 0.0001, "<%lastIdentOfPath(modelInfo.name)%>",0,OPT_NONE, logsetting};
// Solver, nonlinearsolver starttime endtime stepsize lower limit upper limit tolerance
try
{
Expand Down

0 comments on commit 5838895

Please sign in to comment.