diff --git a/CImg.h b/CImg.h index 273e4ba6..1928f797 100644 --- a/CImg.h +++ b/CImg.h @@ -54,7 +54,7 @@ // Set version number of the library. #ifndef cimg_version -#define cimg_version 332 +#define cimg_version 333 /*----------------------------------------------------------- # @@ -25346,8 +25346,8 @@ namespace cimg_library { } static double mp_i(_cimg_math_parser& mp) { - return (double)mp.imgin.atXYZC((int)mp.mem[_cimg_mp_slot_x],(int)mp.mem[_cimg_mp_slot_y], - (int)mp.mem[_cimg_mp_slot_z],(int)mp.mem[_cimg_mp_slot_c],(T)0); + return (double)mp.imgin((int)mp.mem[_cimg_mp_slot_x],(int)mp.mem[_cimg_mp_slot_y], + (int)mp.mem[_cimg_mp_slot_z],(int)mp.mem[_cimg_mp_slot_c]); } static double mp_if(_cimg_math_parser& mp) { diff --git a/html/header.html b/html/header.html index e9136a7a..13cfce46 100644 --- a/html/header.html +++ b/html/header.html @@ -23,7 +23,7 @@
Logo

- Latest stable version: 3.3.1 + Latest stable version: 3.3.2


diff --git a/html/header_doxygen.html b/html/header_doxygen.html index 3b1b826e..5d073f94 100644 --- a/html/header_doxygen.html +++ b/html/header_doxygen.html @@ -26,7 +26,7 @@
Logo

- Latest stable version: 3.3.1 + Latest stable version: 3.3.2