Skip to content

Commit

Permalink
fixed compiler warning
Browse files Browse the repository at this point in the history
  • Loading branch information
vruge authored and OpenModelica-Hudson committed Feb 27, 2016
1 parent 2d6fcff commit 3a8f02a
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -73,7 +73,7 @@ void debugeSteps(OptData * optData, modelica_real*vopt, modelica_real * lambda){
}
for(j=0,k=0;j<nsi;++j){
for(jj=0;jj<np;++jj, k += nJ){
fprintf(pFile, "\n", name);
fprintf(pFile, "\n");
tmp = (modelica_real) optData->time.t[j][jj];
fprintf(pFile, "%lf", tmp);
for(i = 0; i < nx; ++i){
Expand Down

0 comments on commit 3a8f02a

Please sign in to comment.