mirror of
https://github.com/paboyle/Grid.git
synced 2025-06-23 18:22:02 +01:00
Passes make check now single and double compile
This commit is contained in:
@ -212,7 +212,7 @@ class FourierAcceleratedPV {
|
||||
|
||||
// now rotate with inverse of
|
||||
Coeff_t pA = b + c*cosp;
|
||||
Coeff_t pB = - Coeff_t(0.0,1.0)*c*sinp;
|
||||
Coeff_t pB = - Coeff_t(0.0,1.0)*Coeff_t(c*sinp);
|
||||
Coeff_t pABden = pA*pA - pB*pB;
|
||||
// (pA + pB * G5) * (pA - pB*G5) = (pA^2 - pB^2)
|
||||
|
||||
|
Reference in New Issue
Block a user