Skip to content

Commit

Permalink
Put back accidentally removed variable.
Browse files Browse the repository at this point in the history
Refs #8598
  • Loading branch information
martyngigg committed Jan 9, 2014
1 parent 3a534b8 commit d43bfcb
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -368,6 +368,7 @@ namespace Mantid
double invE2 = 1/(ek*ek);
yout /= eout*eout;
yout += yk*invE2;
double wt = (1/(eout*eout)) + invE2;
yout /= wt;
eout = sqrt(1/wt);
}
Expand Down

0 comments on commit d43bfcb

Please sign in to comment.