1
0
mirror of https://github.com/aportelli/LatAnalyze.git synced 2024-09-20 05:25:37 +01:00

FitInterface: unnecessary resizing in copy function

This commit is contained in:
Antonin Portelli 2015-01-28 17:17:28 +00:00
parent dd43786189
commit ee8be4f004

View File

@ -132,8 +132,6 @@ void FitInterface::setFitInterface(const FitInterface &fitInterface)
{
if (&fitInterface != this)
{
resize(fitInterface.getNData(), fitInterface.getXDim(),
fitInterface.getYDim());
isXExact_ = fitInterface.isXExact_;
isFitPoint_ = fitInterface.isFitPoint_;
isXXCorr_ = fitInterface.isXXCorr_;