diff --git a/Grid/qcd/utils/A2Autils.h b/Grid/qcd/utils/A2Autils.h index c6ec8150..1d747ca1 100644 --- a/Grid/qcd/utils/A2Autils.h +++ b/Grid/qcd/utils/A2Autils.h @@ -576,8 +576,7 @@ void A2Autils::PionFieldWVmom(Eigen::Tensor &mat, int pd = grid->_processors[orthogdim]; int pc = grid->_processor_coor[orthogdim]; - thread_loop_collapse(2,(int lt=0;lt #else #define thread_loop( range , ... ) for range { __VA_ARGS__ ; }; #define thread_loop_collapse2( range , ... ) for range { __VA_ARGS__ ; }; -#define thread_loop_collapse ( N , range , ... ) for range { __VA_ARGS__ ; }; +#define thread_loop_collapse( N , range , ... ) for range { __VA_ARGS__ ; }; #define thread_region #define thread_loop_in_region( range , ... ) for range { __VA_ARGS__ ; }; #define thread_loop_collapse_in_region( N, range , ... ) for range { __VA_ARGS__ ; };