Skip to content

Commit 33e5b72

Browse files
committed
.
1 parent e06b7da commit 33e5b72

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
@@ -26146,7 +26146,7 @@ namespace cimg_library {
2614626146
#if cimg_use_cpp11==1
2614726147
_cimg_mp_func1(erf,std::erf(arg0));
2614826148
#else
26149-
_cimg_mp_func1(erf,cimg::type<double>::nan());
26149+
_cimg_mp_func1(erf,(arg0,cimg::type<double>::nan()));
2615026150
#endif
2615126151
_cimg_mp_func1(erfinv,cimg::erfinv(arg0));
2615226152
_cimg_mp_func1(exp,std::exp(arg0));

0 commit comments

Comments
 (0)