Skip to content

Commit

Permalink
oops swapped logic
Browse files Browse the repository at this point in the history
  • Loading branch information
cbm755 committed Nov 12, 2024
1 parent 1a6756d commit cf77d3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion inst/@sym/fplot.m
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@
%!test
%! % bounds as syms, regular handle for function
%! % fails on 6.1.0, maybe earlier too?
%! if (compare_versions (OCTAVE_VERSION (), '6.1.0', '<='))
%! if (compare_versions (OCTAVE_VERSION (), '6.1.0', '>'))
%! dom = [1 2];
%! fplot (@cos, sym (dom));
%! assert (get (gca, 'xlim'), dom(1:2))
Expand Down

0 comments on commit cf77d3c

Please sign in to comment.