Skip to content

Commit 3be4ef4

Browse files
committed
.
1 parent 80ccbfa commit 3be4ef4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

CImg.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34979,7 +34979,7 @@ namespace cimg_library {
3497934979
cimg_abort_test; \
3498034980
if (mode&4) cimg_for##_X(*this,_x) lmp(x,y,z,c); \
3498134981
else { \
34982-
T *_ptrd = data(_sx,_sy,_sz,_sc); \
34982+
T *cimg_restrict _ptrd = data(_sx,_sy,_sz,_sc); \
3498334983
const ulongT off = (ulongT)_off; \
3498434984
cimg_pragma_openmp(simd) \
3498534985
cimg_for##_X(*this,_x) _ptrd[_x*off] = (T)lmp(x,y,z,c); \

0 commit comments

Comments
 (0)