Skip to content

Commit

Permalink
- minor fix for last commit
Browse files Browse the repository at this point in the history
git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@17126 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
lochel committed Sep 7, 2013
1 parent 400de1d commit c600872
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions SimulationRuntime/c/simulation/modelinfo.c
Original file line number Diff line number Diff line change
Expand Up @@ -90,8 +90,8 @@ static void printPlotCommand(FILE *plt, const char *plotFormat, const char *titl
fprintf(plt, "set ylabel\n");
fprintf(plt, "set log y\n");

if(i>=0
) {
if(i>=0)
{
fprintf(plt, "set yrange [*:%g]\n", ygraphmax);
}
else
Expand Down

0 comments on commit c600872

Please sign in to comment.