Skip to content

Commit 22e8d09

Browse files
committed
.
1 parent 858e0d2 commit 22e8d09

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CImg.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29450,7 +29450,7 @@ namespace cimg_library {
2945029450
}
2945129451

2945229452
static double mp_sub_mul(_cimg_math_parser& mp) {
29453-
return _mp_arg(4) - _mp_arg(2)*_mp_arg(3);
29453+
return _mp_arg(2) - _mp_arg(3)*_mp_arg(4);
2945429454
}
2945529455

2945629456
static double mp_sum(_cimg_math_parser& mp) {

0 commit comments

Comments
 (0)