Browse Source

avoid `enumerated type mixed with another type' compiler warning

pre-master-46
rlar 13 years ago
parent
commit
468dcd8f4d
  1. 2
      src/frontend/outitf.c

2
src/frontend/outitf.c

@ -737,7 +737,7 @@ OUTattributes(runDesc *plotPtr, IFuid varName, int param, IFvalue *value)
d->v_gridtype = type;
} else if (param == PLOT_COMB) {
for (d = run->runPlot->pl_dvecs; d; d = d->v_next)
d->v_plottype = param;
d->v_plottype = PLOT_COMB;
} else {
run->runPlot->pl_scale->v_gridtype = type;
}

Loading…
Cancel
Save