[Equil] Remove a calculation with an unused result
This commit is contained in:
parent
a6f4c111e7
commit
2ac98393bd
1 changed files with 0 additions and 3 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue