avoid `enumerated type mixed with another type' compiler warning
This commit is contained in:
parent
f12306542c
commit
468dcd8f4d
|
|
@ -737,7 +737,7 @@ OUTattributes(runDesc *plotPtr, IFuid varName, int param, IFvalue *value)
|
||||||
d->v_gridtype = type;
|
d->v_gridtype = type;
|
||||||
} else if (param == PLOT_COMB) {
|
} else if (param == PLOT_COMB) {
|
||||||
for (d = run->runPlot->pl_dvecs; d; d = d->v_next)
|
for (d = run->runPlot->pl_dvecs; d; d = d->v_next)
|
||||||
d->v_plottype = param;
|
d->v_plottype = PLOT_COMB;
|
||||||
} else {
|
} else {
|
||||||
run->runPlot->pl_scale->v_gridtype = type;
|
run->runPlot->pl_scale->v_gridtype = type;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue