Skip to content

Commit

Permalink
[Janitor mode] Fix tabs
Browse files Browse the repository at this point in the history
git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@19304 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
OpenModelica-Hudson committed Feb 25, 2014
1 parent 8c08c75 commit 15c7772
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -160,7 +160,7 @@ static int initial_guess_ipopt_sim(IPOPT_DATA_ *iData,SOLVER_INFO* solverInfo)
externalInputUpdate(data);
err = dasrt_step(data, solverInfo);
if(err<0)
iData->time[k] *= 0.9;
iData->time[k] *= 0.9;
}
if(printGuess)
printf("\n #####done time[%i] = %f", k, iData->time[k]);
Expand Down

0 comments on commit 15c7772

Please sign in to comment.