git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@1200354 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Sebastian Bazley 2011-11-10 14:54:20 +00:00
parent 914be00ae2
commit 913bc812d3
1 changed files with 0 additions and 1 deletions

View File

@ -1454,7 +1454,6 @@ public class BOBYQAOptimizer
// Investigate whether more components of W can be fixed.
final double tmp1 = adelt * adelt - wfixsq;
if (tmp1 > ZERO) {
final double wsqsav = wfixsq;
step = Math.sqrt(tmp1 / ggfree);
ggfree = ZERO;
for (int i = 0; i < n; i++) {