Command 'cutout': Don't add the scale vector to nv->v_scale.
So the new plot with its vectors copied resembles the old plot.
This commit is contained in:
parent
a836f81d62
commit
013c74918f
|
|
@ -1406,7 +1406,6 @@ copycut(struct dvec* v, struct dvec* newscalevec, int istart, int istop)
|
|||
nv->v_plot = newscalevec->v_plot;
|
||||
nv->v_next = NULL;
|
||||
nv->v_link2 = NULL;
|
||||
nv->v_scale = newscalevec;
|
||||
|
||||
return nv;
|
||||
} /* end of function copycut */
|
||||
|
|
|
|||
Loading…
Reference in New Issue