[Equil] Remove a calculation with an unused result

This commit is contained in:
Ray Speth 2013-09-30 01:53:48 +00:00
parent a6f4c111e7
commit 2ac98393bd

View file

@ -797,9 +797,6 @@ next:
}
#endif
// compute grad f = F*J
jac.leftMult(DATA_PTR(res_trial), DATA_PTR(grad));
copy(x.begin(), x.end(), oldx.begin());
oldf = f;
scale(res_trial.begin(), res_trial.end(), res_trial.begin(), -1.0);