Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
dtschump committed Dec 26, 2024
2 parents 4fbc820 + 2724ebe commit 168c3d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CImg.h
Original file line number Diff line number Diff line change
Expand Up @@ -19386,7 +19386,7 @@ namespace cimg_library {
arg5 = s1!=se1?compile(s1 + 1,se1,depth1,0,block_flags):0; // boundary conditions
_cimg_mp_check_type(arg5,p3 + 2,1,0);
} else { // Coordinates specified as scalars
arg1 = pos; arg2 = arg3 = arg4 = 0;
arg1 = pos; arg2 = arg3 = arg4 = arg5 = 0;
if (s1<se1) {
s0 = ++s1; while (s0<se1 && (*s0!=',' || level[s0 - expr._data]!=clevel1)) ++s0;
arg2 = compile(s1,s0,depth1,0,block_flags);
Expand Down

0 comments on commit 168c3d7

Please sign in to comment.