Skip to content

Commit da7f23d

Browse files
committed
Just to force new tests
1 parent 9bb6f23 commit da7f23d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Detectors/ZDC/calib/src/InterCalib.cxx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -496,8 +496,8 @@ void InterCalib::fcn(int& npar, double* gin, double& chi, double* par, int iflag
496496
chi += (i == 0 ? par[i] : -par[i]) * (j == 0 ? par[j] : -par[j]) * mAdd[i][j];
497497
}
498498
}
499-
// Following line modifies the chisquare computation to perform orthogonal
500-
// least squares instead of ordinary least squares minimization
499+
// Following line modifies the chisquare computation (sum of squares of residuals)
500+
// to perform orthogonal least squares instead of ordinary least squares minimization
501501
chi = chi / (1 + par[1] * par[1] + par[2] * par[2] + par[3] * par[3] + par[4] * par[4]);
502502
}
503503

0 commit comments

Comments
 (0)