mirror of
https://github.com/paboyle/Grid.git
synced 2025-06-18 07:47:06 +01:00
Zero changes (literally) and also a warning elimination
This commit is contained in:
@ -55,7 +55,7 @@ for (unsigned int t = 0; t < buf.size(); ++t)\
|
||||
|
||||
//// Contraction of mu index: use 'mu' variable in exp.
|
||||
#define SUM_MU(buf,exp)\
|
||||
buf = zero;\
|
||||
buf = Zero(); \
|
||||
for (unsigned int mu = 0; mu < ndim; ++mu)\
|
||||
{\
|
||||
buf += exp;\
|
||||
|
Reference in New Issue
Block a user