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:
Holger Vogt 2020-10-15 17:44:30 +02:00
parent a836f81d62
commit 013c74918f
1 changed files with 0 additions and 1 deletions

View File

@ -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 */