1
0
mirror of https://github.com/paboyle/Grid.git synced 2024-11-10 07:55:35 +00:00

Redundant operations removed

This commit is contained in:
paboyle 2016-03-02 07:02:37 -08:00
parent 03fcd3b33a
commit ff129d9ad9

View File

@ -101,8 +101,8 @@ public:
MatrixTimer.Stop(); MatrixTimer.Stop();
LinalgTimer.Start(); LinalgTimer.Start();
RealD qqck = norm2(mmp); // RealD qqck = norm2(mmp);
ComplexD dck = innerProduct(p,mmp); // ComplexD dck = innerProduct(p,mmp);
a = c/d; a = c/d;
b_pred = a*(a*qq-d)/c; b_pred = a*(a*qq-d)/c;