Undo commit fe2b30bdd3
This commit is contained in:
parent
182151b7c0
commit
1e04f967e9
|
|
@ -230,8 +230,6 @@ ft_agraf(double *xlims, double *ylims, struct dvec *xscale, struct plot *plot, s
|
|||
return;
|
||||
}
|
||||
for (v = vecs; v; v = v->v_link2) {
|
||||
if (v->v_flags & VF_EVENT_NODE)
|
||||
continue;
|
||||
yy1 = (isreal(v) ? v->v_realdata[lower] :
|
||||
realpart(v->v_compdata[lower]));
|
||||
y2 = (isreal(v) ? v->v_realdata[upper] :
|
||||
|
|
|
|||
Loading…
Reference in New Issue