1
0
mirror of https://github.com/paboyle/Grid.git synced 2024-11-10 07:55:35 +00:00
This commit is contained in:
paboyle 2018-01-25 23:36:06 +00:00
parent 214f7a6f13
commit db9c9475d4

View File

@ -158,7 +158,7 @@ public:
///////////////////////////// /////////////////////////////
// Constructors // Constructors
///////////////////////////// /////////////////////////////
accelerator_inline Grid_simd & operator=(Zero &z) { accelerator_inline Grid_simd & operator=(const Zero &z) {
vzero(*this); vzero(*this);
return (*this); return (*this);
} }