comparison scripts/plot/__gnuplot_drawnow__.m @ 13044:a04e32272ecb

codesprint: Turn off test warning for various internal helper functions * __makeinfo__.m, __all_opts__.m, __gnuplot_drawnow__.m, __go_close_all__.m, __plt_get_axis_arg__.m: Use %!assert(1) to disable test warning.
author Rik <octave@nomad.inbox5.com>
date Sat, 03 Sep 2011 08:32:58 -0700
parents 4061a9ec9c40
children 105c72254967 632f653a29a0
comparison
equal deleted inserted replaced
13043:098c8e696236 13044:a04e32272ecb
384 n_legend_axes = sum (legend_axes); 384 n_legend_axes = sum (legend_axes);
385 retval = (n_all_axes - n_legend_axes) > 1; 385 retval = (n_all_axes - n_legend_axes) > 1;
386 endif 386 endif
387 endif 387 endif
388 endfunction 388 endfunction
389
390
391 ## No test needed for internal helper function.
392 %!assert (1)