X-Git-Url: http://rtime.felk.cvut.cz/gitweb/hercules2020/kcf.git/blobdiff_plain/7fa9986e30d913d2b3532185eddd7758214be151..d8f698ab2e0a336696988cfc3bda57748bbb113e:/src/complexmat.cu diff --git a/src/complexmat.cu b/src/complexmat.cu index a2134c2..d06e66f 100644 --- a/src/complexmat.cu +++ b/src/complexmat.cu @@ -268,7 +268,6 @@ void ComplexMat::operator=(ComplexMat &rhs) rows = rhs.rows; n_channels = rhs.n_channels; n_scales = rhs.n_scales; - foreign_data = true; p_data = rhs.p_data; }