mirror of
https://github.com/paboyle/Grid.git
synced 2025-06-18 15:57:05 +01:00
Zero changes, acceleartor on kernels and some thread loop changes
This commit is contained in:
@ -144,7 +144,7 @@ public:
|
||||
|
||||
assert(NumOp.ConstEE() == 1);
|
||||
assert(DenOp.ConstEE() == 1);
|
||||
PhiEven = zero;
|
||||
PhiEven = Zero();
|
||||
|
||||
};
|
||||
|
||||
@ -236,7 +236,7 @@ public:
|
||||
|
||||
RealD ak;
|
||||
|
||||
dSdU = zero;
|
||||
dSdU = Zero();
|
||||
|
||||
// With these building blocks
|
||||
//
|
||||
|
Reference in New Issue
Block a user