| # | Line 390 | Line 390 | apply_op(RMATRIX *dst, const RMATRIX *src, const RUNAR | |
|---|---|---|
| 390 | return(0); | |
| 391 | rmx_free(res); | |
| 392 | } else if (dst != src) | |
| 393 | < | memcpy(dst->mtx, src->mtx, |
| 394 | < | sizeof(double)*dst->ncomp*dst->ncols*dst->nrows); |
| 393 | > | memcpy(dst->mtx, src->mtx, rmx_array_size(dst)); |
| 394 | if (ro->nsf == dst->ncomp) | |
| 395 | rmx_scale(dst, ro->sca); | |
| 396 | return(1); | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines (old) |
| > | Changed lines (new) |