comparison libinterp/dldfcn/__osmesa_print__.cc @ 21751:b571fc85953f

maint: Use two spaces after period to indicate sentence break.
author Rik <rik@octave.org>
date Thu, 19 May 2016 18:48:52 -0700
parents f4d7d0eb5b0c
children 112b20240c87
comparison
equal deleted inserted replaced
21750:6720e5a220ba 21751:b571fc85953f
186 idx(0) = idx_vector::make_range (Height - 1, -1, Height); 186 idx(0) = idx_vector::make_range (Height - 1, -1, Height);
187 idx(1) = idx_vector::colon; 187 idx(1) = idx_vector::colon;
188 188
189 // Remove alpha channel 189 // Remove alpha channel
190 idx(2) = idx_vector (0, 3); 190 idx(2) = idx_vector (0, 3);
191 retval = octave_value (img.permute (perm). index(idx)); 191 retval = octave_value (img.permute (perm).index(idx));
192 } 192 }
193 193
194 OSMesaDestroyContext (ctx); 194 OSMesaDestroyContext (ctx);
195 195
196 return retval; 196 return retval;