avoid `enumerated type mixed with another type' compiler warning

This commit is contained in:
rlar 2013-10-01 21:50:02 +02:00
parent f12306542c
commit 468dcd8f4d
1 changed files with 1 additions and 1 deletions

View File

@ -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;
}