(cherry picked from commit f4e292e5ee)
v3.5.13-sru
Darrell Anderson 13 years ago committed by Slávek Banko
parent 3c05aa63d0
commit d5bd440042

@ -10820,7 +10820,7 @@ namespace cimg_library {
return (is_sameYZ(dy,dz) && is_sameV(dv));
}
//! Return \c true if images have same heigth, same depth and same number of channels.
//! Return \c true if images have same height, same depth and same number of channels.
template<typename t>
bool is_sameYZV(const CImg<t>& img) const {
return (is_sameYZ(img) && is_sameV(img));

Loading…
Cancel
Save